.contentBody {
	background: url(../images/login/bg1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.logincontainer {
	margin: 128px auto auto auto;
	width: 971px;
	height: 568px;
	background: url(../images/login/bg2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.registercontainer{
	margin: 20px auto auto auto;
    width: 971px;
    height: 2046px;
    background: url(../images/login/bg3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.title {
	width: 100%;
	height: 90px;
	position: relative;
}

.title .left {
	position: absolute;
	top: 42px;
	left: 57px;
	color: #FFFFFF;
	font-size: 15px;
}

.title .right {
	position: absolute;
	top: 35px;
	right: 84px;
	color: #650D06;
	font-size: 25px;
	font-weight: bold;
}

.header {
	color: #650D06;
	font-size: 18px;
	margin: 20px auto 42px auto;
	text-align: center;
	font-weight: bold;
}

.content {
	margin: 0px auto 0px auto;
	font-size: 15px;
}

.textline {
	width: 100%;
	height: 79px;
	line-height: 50px;
}

.textline .left {
	float: left;
	width: 32%;
	color: #650D06;
	text-align: right;
}

.textline .left span {
	font-size: 18px;
	font-weight: bold;
	margin: -10px 10px 10px;
}

.textline .right {
	float: left;
	width: 40%;
	height: 42px;
	color: #000000;
	position: relative;
	border: 1px ridge #FCB800;
	border-radius: 6px;
	background-color: #FFFFFF;
	margin-top: 3px;
}

.textline .right img {
	position: absolute;
	top: 8px;
	left: 11px;
}

.textline .right input {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 82%;
	height: 30px;
	border: 0px;
	margin: -5px 10px 5px 20px;
	font-size: 16px;
}

.textline .center {
	float: left;
	width: 18%;
	height: 42px;
	color: #000000;
	position: relative;
	border: 1px ridge #FCB800;
	border-radius: 6px;
	background-color: #FFFFFF;
	margin-top: 3px;
}

.textline .center img {
	position: absolute;
	top: 7px;
	left: 15px;
}

.textline .center input {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 69%;
	height: 30px;
	border: 0px;
	margin: -5px 10px 5px 20px;
	font-size: 16px;
}

.textline .check {
	float: left;
	width: 20%;
	height: 30px;
}

.textline .check img {
	margin-left: 50px;
	width: 80px;
}

.textline .login {
	width: 450px;
	height: 66px;
	font-size: 16px;
	color: #650D06;
	border: 1px ridge #997734;
	border-radius: 10px;
	background-color: #f6ede0;
	margin: 20px auto 0px 250px;
	font-size: 25px;
	font-weight: bold;
}