#login-box { border:#e6e7e4 1px solid; background-color:#fff; height:auto; overflow:hidden;  width:340px; z-index: 100; }
#login-box-top {
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url(../images/fon_login.png) repeat;
	z-index:9999!important;
}

* html br {clear:both};
* html #login-box-top {
	background: none;
	height:1500px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.login-title h3 {
	margin: 7px 0 10px 14px;
	float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px; color:#1d4faa; font-weight:bold;
}
.close-button { border:0; float:right; margin:8px 14px 0 0;}
#login-form {
	clear:both;
	margin: 0 10px;
}
#login-form form { padding:10px 19px; overflow:hidden; width:auto; font-family:Tahoma; font-size:11px; color:#343434;}
.inner1 label { width:60px; display:block; float:left; text-align:right!important; margin-right:5px; margin-top:6px;}
* html .inner1 label {
	width:50px;
}

#login-form .in_big { 
	background-image: url(../images/field_o.png);
	background-repeat: repeat-x;
	border: 1px solid #e0e0e0;
  font-size: 16px;
  text-align: center;
  width: 90%;
  height: 26px;
  line-height: 23px;
}

#login-form .login-box-foot { overflow:hidden; width:90%; margin:8px auto;}
#login-form .login-box-foot a {
color:#343434;
}
#login-form .login-box-foot a:hover {
color:#343434;text-decoration: underline;
}