#login-form-window
{
	width:350px; 
	padding:20px; 
	line-height:18px;
	font-size:12px;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 6px solid #cecece;
	color:#333;
}
* html #login-form-window {position:absolute;top:expression(parseInt(document.documentElement.scrollTop, 0) + "px");}


.login-form-overlay
{
	-display:none;
	height:100%;
	background:black;
	left:0;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	z-index:98;
	opacity: 0.3; 
	-moz-opacity: 0.3; 
	-khtml-opacity: 0.3; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

#login-form-window a
{
	/*color:#3366cc !important;*/
	text-decoration:underline;
	font-size:11px;
}

#login-form-window form
{
	margin:0;
	padding:0;
}

label.remember-text
{
	font-size:11px;
	line-height:12px;
}

#close-form-window
{
	float:right;
	cursor:pointer; cursor:hand;
	background: url(images/close.gif) right center no-repeat;
	padding-right:15px;
}

#login-form-window-header
{
	padding:6px 0px;
	font-size:11px;
	background:url(/bitrix/templates/gaapshop/images/h2_underline.png) repeat-x 0 100%;  
	margin-bottom:10px;
	
}
#login-form-window-header b 
{
	font-size:28px;
	color:#000;
	font-family:Georgia,tahoma,arial,helvetica,sans-serif;
	font-weight: normal;
}

div.auth-welcome
{
	font-size:12px;
	margin-bottom:6px;
	/*color:#fff;*/
}

div.auth-links
{
	font-size:11px;
}

div.auth-links span
{
	font-size:10px;
	/*color:#f1caca;*/
}
.auth-links img {
position: relative;
margin-top:-5px;
}
span.errortext 
{
	color:#8a3030;
	padding-left:19px; 
}
.auth-links .registration-button, .auth-links .enter-button {float: right;}
