body{
	margin:0;
	padding:0;
	height: 100%;
	position: relative;
}
.memberBg{
	width: 100%;
	background: url(../images/logoImg.png)  no-repeat;
}
.memberLogin{
	width: 454px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -227px;
	top:40%;
	margin-top: -225px;
	border-radius: 3px;
	background: #fff;
}
.logo img,.logo a{
	display: block;
	width: 240px;
	margin:0 auto;
}
.logo a{
	padding:20px 0;
}
.inputBox,.inputBox2,.inputBox3,.inputBox4{
	display: block;
	width:400px;
	height:44px;
	border:1px solid #e2e2e2;
	border-radius: 3px;
	margin:0 auto;
}
.inputBox input,.inputBox2 input{
	box-shadow: 0 0 0px 1000px white inset;
	text-indent: 10px;
	border:none;
	display: block;
	width:400px;
	outline: none;
	line-height: 42px;
	font-size: 18px;
}
.inputBox,.inputBox2{
	width:400px;
	position: relative;
}
.inputBox div,.inputBox2 div
{	
	width:40px;
	height:40px;
	position: absolute;
	background: url(../images/memberIcon.png) 6px -100px no-repeat;
}
.inputBox2 div{
	background-position: 6px -1px;
}
.inputBox6 div{
	background-position: 6px -185px;
}
.textSpan{
	width:402px;
	height:40px;
	margin:0 auto;
	line-height: 28px;
	font-size: 14px;
}
.textSpan span:nth-child(2){
	float: right;
}
.textSpan span a:hover{
	color:#ff7129;
	border-bottom: 1px solid #ff7129;
}
.textSpan span a{
	text-decoration: none;
	color:#666;
}
.inputBox,.inputBox3{
	margin-bottom: 20px;
}
.inputBox3,.inputBox4{
	width:400px;
	background: #ff7129;
	color: #fff;
	font-size: 18px;
	border:none;
	cursor: pointer;
}
.inputBox3:hover,.inputBox4:hover{
	background: #ff5600;
}
.inputBox5{
	margin-bottom: 20px;
}
.inputBox6{
	margin-bottom: 0;
}
.inputBox6 img{
	display: block;
    position: absolute;
    right: 6px;
    top: 7px;
    height: 30px;
}