@charset "utf-8";
html, body{ width:100%;height:100%}
* {
	margin:0;
	padding:0;
}
body{font-size:14px}
.login_top {
	width: 100%; height: 38%; text-align: center; vertical-align: middle;
	background:url(../images/bg_top.png) repeat center;
}
.login_top .logo {
	margin:auto;
	width:600px;
	height:100px;
	z-index:100;
	background:url(../images/top00.png) no-repeat center;
}
.login_bottom {
	width: 100%; height: 62%; text-align: center; vertical-align: top;
	background:url(../images/bg_bottom.png) repeat center;
}
.loginWraper {
	margin-top:-60px;
	width: 100%;
	height:362px;
	background:url(../images/log_board.png) no-repeat center;
	text-align: center;
}
.loginBox {
	margin:auto;
	padding-top:80px;
	width:500px;
	padding-left:10x;
}

#span_msg{ font-size:14px; color:Red; line-height:40px; height:40px; margin-left:10px; width:160px;; float:left}

.hd_msg{font-size:12px; color:#fff; height:30px; z-index:100;position: absolute; padding-left:50px; padding-top:5px}
.hd_msg a{ color:#fff}
.hd_msg a:hover{ color:#fff; text-decoration:underline}

.footer{ position:absolute; left:0; right:0; width:100%; z-index:99}
.footer{ height:46px; line-height:46px; bottom:0; text-align:center; color:#02a97b; font-size:18px;}
