#simple-main-body {
	font-size:14px;
}
.signUpFormCtn {
	margin-bottom:40px;
}
.reg-left h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}
.signUpFormCtn {
	margin-top:30px;
}
.reg-left {
	width:600px;
}
.reg-left td {
	line-height:22px;
	padding-bottom: 15px;
	padding-right: 7px;
	vertical-align: top;
}
.reg-left td.label_td {
	width:90px;
	text-align:right;
	padding-right:10px;
}

.reg-right {
	width:250px;
	float:right;
	margin-right:250px;
}
.input_text {
	border-radius: 3px;
	border: 1px solid #bdbdbd;
	height: 35px;
	font-size: 14px;
	padding: 5px;
	color: #4b4b4b;
}
.reg_normal_text {
	width:220px;
}
.reg_online_ref_select {
	width:120px;
	padding:3px;
	border: 1px solid #bdbdbd;
	height: 30px;
}
input.captcha {
	width:105px;
	border-radius: 3px;
	border: 1px solid #bdbdbd;
	height: 35px;
	font-size: 14px;
	padding: 5px;
	color: #4b4b4b;
}
.note {
	color:#cccccc;
}
a.reg_privacy {
	color:blue;
}
.reg_submit_btn {
	background: #F60;
	border: 0px solid #cc5200;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 18px;
	cursor: pointer;
	height: 28px;
	line-height: 26px;
	width:100px;
	border-radius:3px;
}
button.reg_submit_btn:hover {
	background: #d50202;
}
.reg_login_direct {
	line-height:30px;
	margin-left:15px;
}
.errorField {
	color:red;
	width:210px;
}
.text_td {
	width:230px;
}
.require_label {
	color:red;
}
.notice {color:red;}
.register_banner_250_250{margin-bottom:30px;width:250px;height:250px;overflow:hidden;}
.is_aggreed_label{cursor:pointer}
.modal-body dt { margin-top:15px; margin-bottom: 10px;}
.modal-footer {margin-top: 0px !important;}
@media (min-device-width:1024px) and (max-width:600px),(max-width:600px),
	 (max-device-width:480px), 
 	(max-device-width:480px)  {
 		#simple-main-body {font-size:22px;}
 		#simple-main-body .note {line-height:28px;margin:5px;}
 		.reg-left td.label_td {width:140px;}
       .register_banner_250_250{display:none;}
       .reg_normal_text{width:240px;padding:10px 5px;font-size:20px;}
       .reg-left {width:560px;}
       .text_td {width:120px;}
       .reg-left td {padding-right:1px;}
       #register_captcha{width:130px;}
       .reg-right {
       		width:100%;
       		float:none;
       		margin-right:auto;
       }
       .reg-table .error {line-height:30px;margin-left:10px;}
       
       .reg_submit_btn {
		    background: #F60;
		    border: 0px solid #cc5200;
		    color: #FFF;
		    font-weight: bold;
		    font-size: 24px;
		    padding: 8px 48px;
		    cursor: pointer;
		    height: 58px;
		    line-height: 38px;
		    width: 200px;
		    border-radius: 3px;
		    margin-top:30px;
		}
       input.captcha {
		    width: 185px;
		    border-radius: 3px;
		    border: 1px solid #bdbdbd;
		    height: 45px;
		    font-size: 22px;
		    padding: 5px;
		    color: #4b4b4b;
		}
		img.captcha{margin-left:5px;}
		.reg_online_ref_select{font-size:20px;height:40px;}
		.reg-left h1{font-size:22px;margin:25px 0;}
		#reg_is_agree{width:20px;height:20px;margin-right:20px;}
		
}

