	#auth_menu{
		float:right;
		width:300px;
		margin:10px 20px 10px 20px;
		/*font-family:Georgia,Times New Roman,Times,serif;*/
	}

	#div_blackout{
		background: #000000; 
		opacity: 0; 
		filter: alpha(opacity=0); 
		left: 0;
		top: 0;
		z-index: 999; 
		position:fixed;
	}
	#div_login{
		position:fixed; 
		z-index:1000; 
		left:680px;  
	}

	#div_login2{
		padding:12px 22px 20px 22px; 
	}

	#div_login input.textinputs {
		font-size:24px; 
		width:200px; 
		height:30px; 
		margin:7px 0px 15px 0px
	}
	#a_lang_version{
		color:#8e8f4d;
		text-decoration: underline;
	}
	#in_out{
		color:#333365;
		font-size:16px; 
		text-decoration: underline;
	}
	#reg{
		font-family:arial,Times New Roman,Times,serif;
		color:#003466;
		font-weight:normal;
		font-size:12px; 
		text-decoration: underline;
	}
	#user_fio{
		line-height:20px;
		color:#333365;
		font-size:16px; 
		text-decoration: none;
	}
	#user_out{
		color:#003466;
		text-decoration: underline;
		font-size:12px; 
		font-family:arial,Times New Roman,Times,serif;
	}
	#auth_menu a.t_menu_top{
		color:#003466;
		text-decoration: underline;
		font-size:12px; 
		font-family:arial,Times New Roman,Times,serif;
	}
		#auth_menu a.activ{
		color:#78580f;
	}
	#div_login_title{
		font-weight: normal; 
		text-align: center; 
		color:#CC6600; 
		margin:5px 3px 10px 3px; 
		font-size:18px; 
		font-family:Georgia,Times New Roman,Times,serif;
	}
img.close_button {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}
	

