#form_auth
{
	width:234px;
	height:175px;
	background:url(images/authform.png) no-repeat;
	position:absolute;
	right:24px;
	margin-top:70px;
	z-index:2000;
}
.form_auth_cont form {margin: 15px 18px 0px 18px;}
#form_auth .title{color: #666666; margin-bottom: 10px; font-size: 14px;}
#form_auth .links{color: #c3c3c3; margin-top: 14px; font-size: 11px;}
#form_auth .reg_links{margin-top: 14px; font-size: 11px;}
.auth_inputtext {
	width:186px;
	padding:1px 4px;
	border:1px solid #d3d3d3;
	height:18px;
	margin-bottom: 10px;
}
#form_auth .qfieldpas .auth_inputtext {margin-bottom: 6px;}

#form_auth .user_name {font-size: 14px; margin-top: 20px; text-align: center; font-weight: bold; color: #616161;}
#form_auth .user_login {font-size: 14px; text-align: center; color: #616161;}
#form_auth .links_out{color: #c3c3c3; margin-top: 14px; font-size: 11px; text-align: center;}
#form_auth .logoutbutton {margin-top:20px; text-align: center;}

