function showAuthBox(){
	str='<div class=size_1><b>Авторизация</b></div>'+
	'<form action="" method=post style="padding:0 0 0 20">'+
	'<table cellpadding=0 cellspacing=0 border=0 style="margin:10 0 0 0">'+
	'<tr>'+
		'<td width=49% style="vertical-align:middle"><input type=text width=100% class=field name=user_login value=" логин" style="color:777" onfocus="DefaultText(this);"></td>'+
		'<td width=2%>&nbsp;</td>'+
		'<td width=49% style="vertical-align:middle"><input type=password width=100% class=field name=user_pass value="пароль" style="color:777" onfocus="DefaultText(this);"></td>'+
	'</tr>'+
	'<tr height=35>'+
		'<td colspan=3 style="vertical-align:middle;font-size:90%"><input type=checkbox name=user_remember id="user_remember" checked><label for="user_remember">Запомнить меня</td>'+
	'</tr>'+
	'</table>'+
	'<input type=submit value="Авторизоваться" name=user_authorize>'+
	'<input type=button value="Отмена" onclick="inputbox.hide()" style="margin-left:10">'+
	'</form>'+
	'<div class=size_1 style="padding:20 0 20 50"><a href="/registration/">Регистрация</a><a href="/recall_pass/" style="margin-left:20">Забыли пароль?</a></div>'
	showIBcenter(str);
}