
html,body{
	width:100%;
	height:100%;
}
.reg{
	width:100%;
	height:100%;
	background: url(../img/temp/20.jpg) no-repeat;
	background-size: 100% 100%;
}
.login{
	width:100%;
	height:100%;
	background: url(../img/temp/19.jpg) no-repeat;
	background-size: 100% 100%;
}
.login img,.reg img{
	width:auto;
}
.login divs,.reg divs{
	position: fixed;
	top:15%;
	right:140px;
	padding:20px 0;
	text-align: center;
	z-index: 10;
	background: #fff;
}
.msg-warn{
    position: relative;
    background: #fef4e5;
    color: #666;
    display: inline-block;
    border: 1px solid #f6c090;
    padding: 3px 31px 3px 31px;
    line-height: 15px;
    height: auto;
}
.login divs{
	top:18%;
	border:1px solid #dbdbdb;
	width:440px;
	height: 310px;
}
.reg divs{
	width:480px;
	height: 490px;
	background: #fff;
}
.reg divs h1,.login divs h1{
	border-bottom:1px solid #dbdbdb;
	padding-bottom: 20px;
}
.reg divs p,.login divs p{
	margin-top:15px;
}
.reg divs a.off,.login divs a.off{
	position: absolute;
	right: 20px;
	top:20px;
}
.reg divs input,.login divs input{
	width:270px;
	height:40px;
	border-radius: 3px;
}
.reg divs input[type="text"],.login divs input[type="text"]{
	border:1px solid #dbdbdb;
	font-size: 20px;
	padding-left:10px;
}

.reg divs input[type="password"],.login divs input[type="password"]{
	border:1px solid #dbdbdb;
	font-size: 20px;
	padding-left:10px;
}
.reg input[type="submit"],.login input[type="submit"]{
	width:280px;
	background: #C10000;
	font-size: 20px;
	border:none;
	color:#fff;
}
div.reg divs input.code{
	width:150px;
}
div.reg divs p.txtL{
	text-align: left;
}
div.reg divs p.txtL img{
	width:97px;
	height:37px;
	vertical-align: middle;
}
div.reg divs p.txtL a{
	color:#c10000;
}
.reg divs p.txt,.login divs p.txt{
	width:280px;
	margin:10px auto 0;
	text-align: right;
}
.reg p.txt a,.login p.txt a,{
	color:#666;
	text-decoration: underline;
}
div.login divs p.txt a{
	margin-left:20px;
	cursor: pointer;
}