
.journal{
	margin-left:6px;
	margin-top:10px;
	font-size:12px;
	display:inline;
	float:left;
	width:200px;
	border:1px solid #E5E5E5;
	padding-top:5px;
}
.register{
	font-size:12px;
	text-align:left;
	width:100%;
	padding:0;
	margin:0;
}
.clear{
	clear:both;
}
.journal_image{
	margin-top:2px;
	margin-left:2px;
	width:83px;
	height:108px;
	float:left;
}
.regItemTitle{
	float:left;
	display:inline;
	margin-left:10px;
	width:135px;
	margin-top:10px;
	color:#8C8C8C;
	font-weight:bold;
	text-align:right;
}
.regItemInput{
	float:left;
	width:280px;
	display:inline;
	margin-left:10px;
	margin-top:6px;
}
.regTitle{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#3D5497;
	font-weight:bold;
}
.register1{
	font-size:12px;
	text-align:left;
	width:100%;
}

.result ul{
	list-style:none;
	margin-left:-10px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;

	}
.result ul li{
	color:#000;
	margin:0px;
	padding:0px;
}
.InputClass{
	/*border:1px solid #D4D0C8;*/
	float:left;
}
.InputOverClass{
	background:#94EA00;
	float:left;
}

.clause{
	margin-left:110px;
	margin-bottom:10px;
}
.formsubmit{
	margin-left:50px;
	margin-bottom:20px;
}
.regSubmit{
	background:url(../register/images/button_bg.gif);
	width:249px;
	height:24px;
	line-height:24px;
	border:0px;
}
.regSubmit1{
	background:url(../register/images/button_bg1.gif);
	width:150px;
	height:24px;
	line-height:24px;
	border:0px;
}
.regSubmit2{
	background:url(../register/images/button_bg1.gif);
	width:150px;
	height:24px;
	line-height:24px;
	border:0px;
}

.error{
	margin-top:10px;
	margin-bottom:10px;
	color:#f00;
}
/*底部*/
#bottom{
	margin:10px 10px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:12px;
	background:#F2F6FB;
	border:1px solid #CBCBCB;
}
#bottom ul{
	margin:0px;
	padding:0px;
}
#bottom ul li{
	list-style:none;
	display:inline;
	margin:0px;
	padding:2px 2px;
	margin-left:20px;
}
#bottom ul li a:link{color:#1F3A87;text-decoration:none;}
#bottom ul li a:visited {color: #83006f;text-decoration:none;}
#bottom ul li a:hover {color: #bc2931; text-decoration:underline;}
#bottom ul li a:active {color: #bc2931;}

.forgetPwd{
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}
.forgetPwd  a:link{font-size:14px;color:#1F3A87;text-decoration:none;}
.forgetPwd  a:visited {font-size:14px;color: #83006f;text-decoration:none;}
.forgetPwd  a:hover {font-size:14px;color: #bc2931; text-decoration:underline;}
.forgetPwd  a:active {font-size:14px;color: #bc2931;}


#copyRight{
	text-align:center;
	font-size:12px;
	color:#5C5C5C;
}
.forgotExample{
	display:inline;
	float:left;
	margin-left:120px;
	font-size:12px;
	margin-bottom:20px;
}
.reg_view_left{
	float:left;
	width:120px;
	display:inline;
	margin-top:10px;
	font-size:13px;
	margin-left:10px;
}
.reg_view_right{
	margin-left:10px;
	float:left;
	width:250px;
	display:inline;
	margin-top:10px;
	font-size:13px;

}



input.required, textarea.required {
}

input.validation-passed, textarea.validation-passed {
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size:14px;
}
input.validate-selection{
	border:1px solid #000;
	margin-top:2px;
}
