/* base css*/
.bluelink a{
	color:#2a99fe;
	text-decoration:underline;
}
.bluelink a:hover{
	color:#2a99fe;
	text-decoration:underline;
}
.bluelink a:active{
	color:#2a99fe;
	text-decoration:underline;
}

.h20{
	height:20px;
}
.w560_dotted{
	margin:15px 0 15px 0;
	width:560px;
	border-bottom:1px dotted #555;
}
.w560{
	width:560px;
}


/* registration.jsp */
.w600BoxBody{
	margin:auto;
	margin-top:50px;
	margin-bottom:60px;
	padding:30px 0 30px 25px;
	width:600px;
	border:1px solid #111;
	background-color:#fef8f8;
	font-size:16px;
}
.boxTitle{
	font-size:20px;
}

.registerInputErrorMessage{
	line-height:25px;
	font-size:14px;
	/* margin-left:170px; */
	color:red;
}
.registerInput{
	margin-left:165px;
	
}
.inputBox{
	float:right;
	width:380px;
	height:23px;
	line-height:23px;
	margin-right:50px;
	border:1px solid #ddd;
	border-top:2px solid #999;
	border-left:2px solid #999;
}
.inputTag{
	line-height:23px;
	text-align:right;
	float:left;
	width:160px;
}
.checkBoxAccept{
	margin-left:170px;
	margin-top:50px;
	font-size:14px;
}

.submitDiv{
	margin-top:30px;
	margin-left:160px;
	line-height:38px;
}
.submitDiv div{
	float:left;
}
.submitDiv .submitButton{
	cursor:pointer;
	width:78px;
	font-weight:bold;
	line-height:38px;
	padding:0 0 0 10px;
	background-repeat:no-repeat;
	/*background-image:url(../images/button116x38.png);*/
}
.submitText{
	font-size:14px; padding-left:5px;
}


/*agreement.jsp*/
.agreementBody{
	margin:auto;
	margin-top:50px;
	margin-bottom:30px;
	border:1px solid #d2d2d2;
	width:900px;
	box-shadow:1px 1px 10px #eee;
	border-radius:3px;
	
}
.agreementCenter{
	margin:40px 0 25px 0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#888;
}
.w800_dotted{
	margin:15px 0 15px 50px;
	width:800px;
	border-bottom:1px dotted #aaa;
}
.agreementText{
	font-size:16px;
	margin:10px 0 10px 50px;
	width:800px;
	line-height:25px;
	color:#888;
	
}
.agreementSubmit{
	margin:30px 0 30px 350px;
	/* line-height:38px;	 */
}
.agreementSubmit .agreementSubmitButton{
	cursor:pointer;
	width:108px;
	font-size:18px;
	font-weight:bold;
	line-height:38px;
	padding:2px 0 0 30px;
	background-repeat:no-repeat;
	background-image:url(../images/button116x38.png);
}
.agreementSubmitReturn{
	font-size:16px;
}

/*registration_success.jsp*/
.registerSuccessBody{
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
	width:600px;
}
.registerSuccessTitle{
	line-height:60px;
	height:60px;
	font-size:24px;
}
.registerSuccessCongratulations{
	line-height:50px;
	height:50px;
	font-size:22px;
	color:#999;
}
.registerSuccessMail{
	line-height:50px;
	height:50px;
	font-size:20px;
}
.registerSuccessText{
	padding:20px 0 20px 0;
	width:600px;
	font-size:16px;
}
