.signbox{
	width: 296px;height: 150px;float: left;
}
.loginBox{
	width: 430px;height: 160px; background: #ebf2fa;
}
.signIn {
	display: none
}
.signIn .close {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
#login-form .autoOn{
	display: none;	
}
#login-form input:checked ~ .autoOn{
	display: inline-block;	
}
#login-form input:checked ~ .autoOff {
	display: none;
	
}
.error{
	display: none;
	margin-right: 5px;
}

.signIn .close:hover {
	background: red;
	    border-radius: 0 5px 0 0;
}
.signIn p{
	margin: 0 ;
}
.signIn {
	
	width: 430px;
	height: 330px;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin-left: -215px;
	margin-top: -165px;
}
.signs{
	display: none;
}
.signBg {
	width: 430px;
	height: 180px;
	background: url('../../images/newlogin/sign-bg.jpg') no-repeat;
	background-size: 100%;
	position: relative;
	    border-radius: 5px 5px 0 0;
}
.signBg .logo{
	width: 150px;
	height: 120px;
	background: url('../../images/newlogin/signlogo.png') no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -56px;
}
.userimg {
	width: 94px;
	height: 94px;
	border-radius: 50%;
	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -47px;
	background: url('../../images/newlogin/morenImg.png') no-repeat;
	background-size: 100%;
}
.warning{
	    margin-right: 11px;
    margin-left: 6px;
}
.loginon{
 width: 208px; background:#30a4dd ;padding: 7px;text-align: center;color: #fff;border:0;border-radius:5px;outline: none;
}
.dtb-bg {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
}