html{
	width: 100%;
	background: url(../images/fullBg.png) no-repeat;
	opacity:0.9;
	background-color:#fff;
}
body{
	width: 900px;
	margin: 0 auto;
}
.lightGray{
	color: #C8C8C8;
}
header{
	width: 100%;
	padding-top: 85px;
	height: 150px;
	text-align: center;
}
header >　img{
	width: 215px;
	height: 70px;
}
header > p{
	font-size: 32px;
	padding-top: 40px;
	color: #FFFFFF;
	font-weight: 900;
	text-shadow: -3px 4px 5px #000000;
}
header A
{
    font-size:18px;
    color:#dddddd !important;
    text-align:center;
    line-height:25px;
    text-shadow: -3px 4px 5px #000000;
}
header span:hover
{
    color:#ca2433;
}
.loginPart{
	width: 705px;
	height: 445px;
	background-color: #e0e3ec;
	margin: 75px auto 40px auto;
	border-radius: 6px;
}
.loginPart  > ul{
	width: 400px;
	height: 280px;
	position: relative;
	margin:0 auto;
	top: 100px;
}
.loginPart  > ul input{
	width: 338px;
	font-size: 14px;
	padding: 11px 30px;
	margin-bottom: 30px;
	border-radius: 2px;
	border: 1px solid #888888;
}

.loginPart  > ul #verify{
	width: 163px;
	margin-right: 15px;
}
.loginPart  > ul .verifyimg
 {
    margin-top:-30px;
}
.loginPart  > ul #checkCode{
	width: 158px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	float: right;
	border: 1px solid #888888;
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: 900;
	color: #7caee9;
}
.loginBtn{
	width: 400px;
	height: 42px;
	line-height: 42px;
	background-color: #e21a00;
	margin: 30px auto;
	text-align: center;
	border-radius: 2px;
	display:block;
	position:relative;
}
.loginBtn > a{
	color: #FFFFFF;
	font-size: 18px;
	display:block
}
footer{
	margin: 40px auto 140px auto;
	text-align: center;
	color: #FFFFFF;
	width:100%;
}
footer > p{
	text-shadow: -3px 4px 5px #000000;
	font-size: 20px;
}
