html,div,ul,p,span,label {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	/**background-repeat: repeat;
	background-position: 0px top; 
	background:#065c8a;*/
	background: url("/images/login/login-bg2.jpg") no-repeat center center fixed;
	background-size:auto; 
}

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -180px;
}

div#wrapper {
	clear: both; 
	position: relative;
	top: -200px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	text-align: center;
}

.login_form{
	text-align: center;
	width:430px;height:280px; 
	border-radius:5px;
	border: 1px solid white;
	background: white;
	/**background:transparent; **/
	list-style: none;
	margin: 0 auto;
}
.login_form li{
	margin-bottom: 8px;
}

.login_form li input{
	border-radius:1px;
	border:1px solid #9DADC5;
	height:35px;
	line-height:35px;
	width: 230px;
}
.login_form li label{ 
 	display:inline-block;  
	text-align:right;
	width:60px; 
	height:30px;
	font-size:14px;
 	line-height:25px; 
	text-align:right; 
	color:#3e3e3e;
	/* border: 1px solid red; */
}
.login_form .li_image{
	margin-top: 50px;
	margin-bottom: 2px;
} 

.login_form .login_message {
	background: #FFF9E3;  
 	border: 1px solid #FADC80;
 	margin-left: 122px;
 	margin-right:59px;
 	font-size: 12px;
 	line-height:19px;
 	text-align:left;
 	/* height:22px; */
}