@charset "windows-1251";
/* CSS Document */

#login_window, #reg_succ_window, #act_window, #need_register, #send_done, #already_send, #feedback_done
{
	display:none;
}

*:focus {outline: none;}

.overlay_window { 
    /* must be initially hidden */ 
    /* place overlay on top of other elements */ 
    z-index:10000;
	background:url(../img_new/login.png);
	width:610px;
	height:394px;
	margin-left:-70px;
  	font-family:Verdana, Geneva, sans-serif;
} 

.overlay_content{
	margin-top:75px;
	width:610px;
	
}
.overlay_close{
	float:right;
	font-size:12px;
	color:#b2b1b1;
	text-align:right;
	margin-right:85px;
	margin-top:5px;
	width:120px;
	height:22px;
}

* html .overlay_close{
	margin-right:40px;
}

img.close{
	margin-left:7px;
	cursor:pointer;
}



div#auth_form{
	float:left;
	clear:right;
	margin-left:200px;
	margin-top:20px;
	width:270px;

}

* html div#auth_form
{
	margin-left:101px;
	margin-top:45px;
}

span#auth_text, span.succ_span{
	text-transform:uppercase;
	color:#4985ff;
	font-size:14px;
}

div#auth_error , div#email_msg{
	color:red;
	font-size:10px;
	font-weight:bold;
	padding-top:4px;
	height:18px;
}

table#table_reg{
font-size:12px;
color:white;
}

input.login_form{
	height:20px;
	background:black;
	border:1px solid #7f8183;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	color:white;
}

span#forget_pass_question, span#back_to_login{
	display:block;
	margin-top:18px;
	margin-left:90px;
	cursor:pointer;
	font-size:12px;
}

span#back_to_login
{
	margin-left:80px;
}


span#forget_pass_question:hover, span#back_to_login:hover{
	text-decoration:underline;
}

img#enter_img , img#forget_img{
	margin-top:11px;
	margin-left:85px;
	cursor:pointer;
}

img#forget_img{
	margin-top:22px;
}

div.succ_div{
	float:left;
	clear:right;
	margin-top:30px;
	width:450px;
	margin-left:85px;
	text-align:center;
}
div.succ_text{
	margin-top:25px;
	font-size:14px;
	line-height:24px;
}

