@CHARSET "UTF-8";

/*@import url(layout.css);*/

body{
	margin: 0;
	width: 100%;
	height: 100%;
	min-width: 875px;
	background: url("../image/srkbj.png")no-repeat top center;
}
a, a:hover{text-decoration: none;}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
input:focus {
	outline: none;
}
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
}
.title{
	width: 875px;
	margin: 376px auto 0 auto;
	text-align: center;
}
.title h2{
	color: #ccb181;
	margin: 0;
}
#container{
	text-align: center;
	width: 875px;
	margin: 0 auto;
	padding-top: 74px;
}
.register{
	width: 380px;
	margin: 0 auto;
}
.register .regField {
	width: 380px;
	height: 40px;
}
.register li.regField label {
	float: left;
	text-align: right;
	width: 98px;
	line-height: 31px;
	color: #ffffff;
}
.register .regField input {
	margin-left: 10px;
	float: left;
	border: 1px solid #928d8d;
	padding: 7px;
	border-radius: 4px;
}

.register .reg-tips {
	width: 248px;
	height: 252px;
	position: absolute;
	z-index: 100;
	top: -38px;
	right: 0;
}

.register {
	/* width: 680px; */
	/* margin: 0 auto 20px; */
	/* padding: 10px 300px 0 0; */
	/* position: relative; */
	width: 380px;
	margin: 0 auto;
}

.register .regField {
	/* height: 50px; */
	/* padding: 10px 2px 2px; */
	width: 380px;
	height: 40px;
}


.register li.regField label {
	/* margin-top: -3px; */
	/* float: left; */
	/* width: 98px; */
	/* height: 26px; */
	/* line-height: 26px; */
	/* font-size: 14px; */
	/* text-align: right; */
	float: left;
	text-align: right;
	width: 98px;
	line-height: 31px;
}

.register .regField .input {
	/* width: 316px; */
}

.register .regField input {
	border: 1px solid #928d8d;
	padding: 7px;
	border-radius: 4px;
}

#verify_code{
	color: #ffffff;
}
.null{
	color: #99a6a9;
}

.regAgreementLink{
	color: #e84f4f;
}
#validateCode {
	margin-top: 3px ;
	margin-left: 5px ;
	float: left;
}

#checkCode {width:70px}

#submitField{
	margin-left: 130px ;
}
#submitButton {
	background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	width: 80px;
	height: 40px;
	border-radius: 5px;
	color: #ffffff;
	border: 1px solid #265a88;
}
.register .regForm .regField .message{
	float: left;
}

.register .regForm .regField .message P
{
	line-height: 16px;
	display: none;
	overflow: hidden;
	zoom: 1;
}

