.middle{
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
/*注册*/
.login{
	position: relative;
	margin: 0 auto;
	width: 400px;
	height: 550px;
	overflow: hidden;
	text-align: center;
	background-color:#dcdcdc; 
}
.login h2{
	font-family: 楷体;
	color: #999;
}

.login span{
	font-size: 12px;
}
.login p{
	font-size: 12px;
	text-align: left;
	padding: 0px 30px;
}
/*密码安全级别*/
#pwd-level-1{
	position: absolute;
	left: 180px;
	height:16px;
	width:30px;
	background:#fff;
	border:1px solid #888
}
#pwd-level-2{
	position: absolute;
	left: 215px;
	height:16px;
	width:30px;
	background:#fff;
	border:1px solid #888
}
#pwd-level-3{
	position: absolute;
	left: 250px;
	height:16px;
	width:30px;
	background:#fff;
	border:1px solid #888
}
/*安全级别完事*/
