body {
	font-family: "Microsoft YaHei";
	margin:0; 
	padding:0;
	background: #e3eaf3;
}
.login-header{
	float:left;
	width: 534px;
	text-align: center;
	padding:125px 0 0 0;
	margin:0 auto;
	
}
.login-header p {
	height:60px;
	line-height:60px;
	font-size:28px;
	font-family:"microsoft Yhei";
	color: white;
	margin: 0 auto;
}

.login-box {
	position: absolute;
	top: 46%;
	left: 50%;
	width:1008px;
	height: 498px;
	margin-left: -504px;
	margin-top: -249px;
	border-radius: 5px;
	background:url(../imgs/login/bg.png)no-repeat;
}
.logo {
	width: 60px;
	height: 60px;
	background: #fff url("../imgs/logo.png") no-repeat scroll center center;
	border-radius: 30px;
	margin:0 auto 0.5em auto;
}
.out-layer{
	float:left;
	width:468px;
}

.login-tb {
	width:80%;
	vertical-align: top;
	background:#fff;
	margin:80px auto 0 auto;
}

.login-tb td {
	height:80px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	padding: 0 ;
}

.login-tb td.field {
	height: 40px;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	padding: 0 2% 0 10%;
}

.login-tb td input[type=text],.login-tb td input[type=password] {
	width:270px;
	height:55px;
	text-align: left;
	font-family:"microsoft yahei";
	color: #333;
	padding:0 10px 0 50px;
	border:1px solid #dbe0e4;
}

.input-wrapper {
	border:none;
}
.login-tb td label {
	padding-top: 15px;
	font-weight: normal;
	font-size: 16px;
	color: #454545;
}
.check-bg {
	position:relative;
	left:30px;
	display: inline-block;
	height: 47px;
	width: 116px;
	text-align:center;
	padding-top:10px;
}


.login-btn {
	width:90%;
	height: 46px;
	line-height:46px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background: #0a8839;
	border: none;
}


.input-wrapper.input-user {
	background: #fff url("../imgs/login/user.png") no-repeat 20px center;
}

.input-wrapper.input-pwd {
	background: #fff url("../imgs/login/password.png") no-repeat 20px center;
}

.input-wrapper.input-code {
	background: #fff url("../imgs/login/safe_code.png") no-repeat 20px center;
}
/******** IE8 hack ***********/

.footer {
	clear:both;
	position:relative;
	top:50px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	color: #666;
}

.footer a{
	color: #666;
}
.start {
	color: red;
	font-size: 13px;
	letter-spacing: -1px;
}
.find-pwd a{
	line-height: 30px;
	color: #666;
}
