.login-box{
	background: url(imgloginbg.png);
	height: 547px;
	width: 1024px;
	margin: auto;
	position: relative;
	margin-bottom: 50px;
}
.login-box .login{
	position: absolute;
	top: 53px;
	right: 30px;
	-moz-box-shadow:0px 0px 25px #b9b9b9;
	-webkit-box-shadow:0px 0px 25px #b9b9b9; 
	box-shadow:0px 0px 25px #b9b9b9;
	background: #fff;
	width: 318px;
	border-radius: 6px;
	overflow: hidden;
}
.login-box .content{
	padding: 0 10px;
}
.login-box .login .line{
	background: url(imgloginbg01.png);
	height: 6px;
}
.login-box .border{
	border: 1px solid #dadada;
}
.login-box a{
	color: #3599d5;
	float: right;
	font-weight: normal;
	font-size: 13px;
}
.login-box a:hover{
	opacity: .8;
	filter: alpha(opacity = 80);
}
.login-box .login h3{
	border-bottom: 2px solid #dadada;
	height: 50px;
	color: #3599d5;
	font-size: 20px;
	line-height: 55px;
}
.login-box .frame{
	width: 100%;
	height: 45px;
	margin-top: 25px;
}
.login-box .users{
	background: url(imgloginico.png) no-repeat 0 8px;
}
.login-box .password{
	background: url(imgloginico.png) no-repeat 0 -28px;
}
.login-box .frame input{
	color:  #b6b6b6;
	margin-left: 35px;
	height: 100%;
	line-height: 45px;
	width: 250px;
	font-size: 18px;
	border: none;
}
.login-box .frame input:focus{
	color:  #000;
}
.login-box .verification .ver{
	width: 120px;
	float: left;
	margin-right: 10px;
	background: url(imgloginico.png) no-repeat 0 -61px;
	height: 45px;
}
.login-box .verification input{
	width: 70px;
}
.login-box .verification .code{
	width: 97px;
	height: 100%;
	float: left;
}
.login-box .verification p{
	width: 51px;
	height: 100%;
	float: right;
	font-size: 14px;
	text-align: center;
	line-height: 150%;
	padding-top: 5px;
	color: #686868;
	cursor: pointer;
}
.login-box input[type="button"]{
	background: #fb7b14;
	height: 50px;
	width: 265px;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 10px;
	margin: 25px 0 12px 16px;
	cursor: pointer;
}
.login-box .forget{
	font-size: 14px;
	margin-bottom: 18px;
}
.login-box .forget input{
	margin-left: 25px;
	margin-right: 5px;	
	float: left;
}
.login-box .forget span{
	line-height: 50px;
	float: left;	
}
.login-box .forget a{
	margin-right: 25px;
}