* html{
	margin:0px;
	padding:0px;
	outline: none;
}

body{
	background: url(images/onlinereg/bg.gif);
	font: normal 12px 'Microsoft Yahei', 'SimSun', Arial;
}

.top{
	width:1000px;
	margin: 0 auto;
}

.top .logo{
	width: 568px;
	height: 63px;
	margin-top: 23px;
	margin-bottom:30px;
	float:left;
	background: url(images/onlinereg/logo.jpg) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

.lines{
	height: 20px;
	margin: 0 auto;
	clear: both;
	background: url(images/onlinereg/line.png) no-repeat center top;
}

.content{
	width:1000px;
	margin: 0 auto;
	margin-bottom:20px;
}

.content .inner{
	border: 1px solid #dbdee1;
	padding:14px;
	background:#fff;
}

.content .inner .form{
	margin:0px;
	padding:0px;
	border: 0px;
	text-align: left;
	width:100%;
}
.form .title{
	margin:10px 0px;
	font-size:22px;
}
.title span{
	font-size:14px;
}
.form .required {
    color: #F00;
}
.form .line{
	width:100%;
	height:1px;
	background:#ddd;
}
.form .tdLabel{
	width:180px;
	text-align:right;
	line-height:36px;
	font-size:16px;
	padding-right:20px;
}
.form tr{
	margin:0px;
	padding:0px;
	border:0px;
	
}
.form td{
	margin:0px;
	padding:10px 0px;
	border:0px;
}
.form select{
	height:36px;
	border:1px solid #BBBBBB;
	width:370px;
	background-color: #FFFFFF;
	color:#333333;
	font-size:14px;
	box-sizing:border-box;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.form input[type="text"],input[type="password"]{
	height:36px;
	line-height:36px;
	border:1px solid #BBBBBB;
	width:370px;
	background-color: #FFFFFF;
	color:#333333;
	font-size:14px;
	box-sizing:border-box;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	appearance:none;
	-webkit-appearance:none;
}
.form input[type="checkbox"]{
	
}

.form .input_err{	
	border:1px solid #C66161 !important;	
	background-color: #FBE2E2 !important;
	color:#C00 !important;
}

.form .hintMsg{
	font-size:14px;
	margin-left:20px;
	color:grey;
	display:inline;
	line-height: 36px;
}
.form .errorMsg{
	background: url(images/onlinereg/error.png) 0 center no-repeat;
	font-size:14px;
	margin-left:20px;
	padding-left:20px;
	color:#C00;
	line-height: 36px;
}
.form .errMsg{
	background: url(images/onlinereg/error.png) 0 center no-repeat;
	font-size:14px;
	margin-left:20px;
	padding-left:20px;
	color:#C00;
	line-height: 36px;
	display:inline;
}
.form .button{
	margin-left:20px;
	width:70px;
	height:36px;
	border-radius:4px;
	color:#fff;
	background:#a5db69;
	border:1px solid #a5db69;
}
.form .submit{
	height:36px;
	width:200px;
	margin:0px 385px;
	background: #EAB819;
	border: 1px solid #EAB819;
	border-radius:4px;
	color:#fff;
	cursor: pointer;
}
.form .leftBtn{
	height:36px;
	width:200px;
	margin:0px 385px;
	background: #EAB819;
	border: 1px solid #EAB819;
	border-radius:4px;
	color:#fff;
	margin:0px 200px 0px 80px;
	cursor: pointer;
}
.form .rightBtn{
	height:36px;
	width:200px;
	margin:0px 385px;
	background: #EAB819;
	border: 1px solid #EAB819;
	border-radius:4px;
	color:#fff;
	margin:0px 80px 0px 200px;
	cursor: pointer;
}
.footer{
	width: 1000px;
	margin: 0 auto; text-align: center;
	padding-top: 12px;
	padding-bottom: 20px;
	border-top: 1px solid #ccc;
	clear: left;
}
.footer span{
	color: #666666;
	text-align: center;
	font-family: Simsun;
	font-size: 12px;
	white-space: normal;
}
#btnDiv{
	width: 1000px;
	margin:0px auto;
	text-align:center;
	padding:20px 0px;
}
#btnDiv .btn{
	height: 36px;
	width: 200px;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	background-color: #EAB819;
	border:1px solid #EAB819;
}
.uploadcontainer{
	position:relative;
	width:377px;
	height:36px;
	border:0;
}
.uploadcontainer .upload{
	position:absolute;
	right:0px;
	width:70px;
	height:36px;
	opacity:0;
	z-index:3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.uploadcontainer .uploadname{
	margin:0px;
	padding:0px;
	height:36px;
	width:280px;
}
.uploadcontainer .uploadBtn{
	color:#fff;
	margin-left:20px;
	width:70px;
	height:36px;
	background:#a5db69;
	border:1px solid #a5db69;
	border-radius:4px;
	z-index:2;
	position:relative;
}
.errorMessage {font-weight:bold; text-align: center; color:red; }