.header{
	background: none;
}
.logo{
	background-image: url(../images/logo-flat.png);
}
.menu >span{
	background-image: url(../images/ico_return.png);
}

/*----------login----------*/
/**/
.head{
	height: 40px;
	background: #0ba98a;
}
.head p{
	line-height: 40px;
}
.head p label{
	background: url(../images/ico_user-gr.png) no-repeat 0 50%;
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
}
.head p span{
	display: inline-block;
	height: 20px;
	background: url(../images/ico_home-gr.png) no-repeat 0 50%;
	padding-left: 20px;
	line-height: 20px;
	color: #fff;
	position: relative;
	top: 10px;
	float: right;
}
.head p a{
	color: #fff;
}
.page{
	margin: 110px 0;
}

.form{
	width: 475px;
	padding-left: 85px;
}
.form label.nt{
	text-align: left;
	width: 200px;
}

.more{
	width: 155px;
	height: 230px;
	padding: 20px 0;
	background: url(../images/line-sd.png) no-repeat 0 50%;
	padding-left: 40px;
	position: absolute;
	top: -20px;
	right: 65px;
}
.more b{
	display: inline-block;
	width: 181px;
	height: 132px;
	background: url(../images/letter.jpg);
	position: absolute;
	bottom: 60px;
	left: 40px;
}
.more b.reg{
	background: url(../images/letter-reg.jpg);
}
.more p{
	line-height: 30px;
	color: #333333;
}
.more a{
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	background: #f2f2f2;
	float: right;
}
.authcodeform{ width:480px; height:320px; padding:20px; background-color:#fff;}
.authcodeform .at{border-bottom: 1px solid #dddddd; height: 38px; margin: 0 30px; padding-top: 2px;position: relative;}
.authcodeform .at >h3{color: #333333; font-size: 18px; line-height: 38px; margin: 0; padding:0;}
.authcodeform .at .close{ background:url(/images/close.png) no-repeat;cursor: pointer; display: block; height: 40px; line-height: 40px;position: absolute; right: -40px; text-align: center; top: -10px;width: 40px;}
.authcodeform .codecontainer{ margin:20px; text-align:center;}
.authcodeform .inputbox{ margin:20px; text-align:center;}
.authcodeform .inputbox >input[type="text"]{ border:1px solid #e6e6e6; color:#333; display:inline-block; font-size:14px; font-weight:bold; height:20px; line-height:20px; padding:8px 10px; width:240px;border-radius: 6px; vertical-align:middle;}
.authcodeform .inputbox >input[type="text"]:focus{ background:#fdfdfd; box-shadow: 0 0 8px #eaeaea inset;}
.authcodeform .subbtn{ text-align:center; margin:40px 20px;}
.authcodeform .subbtn >input{border-radius: 6px; cursor: pointer; display: block; font-size: 16px; height: 44px;height: 44px;    margin-top: 16px;    text-align: center; margin:0px 105px; width: 220px; background: #0ab090;  border: 1px solid #089478; color: #fff;}