html,body{
    margin:0px;
    height:100%;
}

a{
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	text-decoration: none;
}


body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(login-bg.jpg) repeat-x;
}
.main-login{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.login-logo{
	width:520px; 
	height:90px;
	margin-left:auto;
	margin-right:auto;
}
.login-content{
	width:500px; 
	background: #f5f8fb;
	margin-left:auto;
	margin-right:auto;
	padding:40px 10px 40px 10px;
	border: 2px solid #f0f7fb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	filter:alpha(opacity=80);-moz-opacity:0.8; opacity:0.8;
}
.login-info{
	width:400px; 
	height:40px;
	margin-left:auto;
	margin-right:auto; 
	background:#ffffff;
	border: 2px solid #f0f7fb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	margin-top:20px;
}
.login-info span.user{
	float:left;
	width:40px; 
	height:30px;
	margin:5px auto 5px auto; 
	background:url(man.png) no-repeat center center; 
	border-right:1px solid #a9a9a9;
}
.login-info span.pwd{
	float:left;
	width:40px; 
	height:30px;
	margin:5px auto 5px auto; 
	background:url(lock.png) no-repeat center center; 
	border-right:1px solid #a9a9a9;
}
.login-info span.code{
	float:left;
	width:40px; 
	height:30px;
	margin:5px auto 5px auto; 
	background:url(code.png) no-repeat center center; 
	border-right:1px solid #a9a9a9;
}
.login-foot{
	width:800px; 
	background: #f5f8fb;
	line-height:25px;
	font-size:12px;
	font-weight:900;
	color:#804000;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 10px 10px;
	border: 2px solid #f0f7fb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 15px;
	filter:alpha(opacity=80);-moz-opacity:0.8; opacity:0.8;
}
.login-input{
	width:338px; 
	height:40px;
	line-height:40px;
	background:#ffffff;
	color:#808080;
	border:none;
	margin:0;
	padding:0;
	padding-left:20px;
}
.login-input_code{
	width:150px; 
	height:40px;
	line-height:40px;
	background:#ffffff;
	color:#808080;
	border:none;
	margin:0;
	padding:0;
	padding-left:20px;
}
.login-oper{
	width:400px; 
	height:40px;
	line-height:40px;
	margin-left:auto;
	margin-right:auto; 
	margin-top:20px;
}
.login-btn{
	width:170px;
	height:30px;
	border:none;
	background:#056daa;
	color:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right:50px;
}
.login-reset{
	width:170px;
	height:30px;
	border:none;
	background:#7c7777;
	color:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.header_right{
	background: #f5f8fb;
	margin-left:auto;
	margin-right:auto;
	padding:2px 2px 2px 2px;
	border: 2px solid #f0f7fb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 3px;
	filter:alpha(opacity=80);-moz-opacity:0.8; opacity:0.8;
	float:right;margin-top:5px;color:#FF0000;
}