/* CSS Document */
body{text-align:center;font-size:12px;font-family:宋体;margin-left:auto;margin-right:auto;line-height:19px;}
.main{width:700px;height:auto;background-color:#fff;margin-top:8px;padding:0px;border:#93C3F3 1px solid;}
.clear{clear:both;}
.main_title_green{height:25px;background:#EBF3FB;border-bottom:#93C3F3 1px solid;line-height:25px;text-align:left;}
.green_left{padding-left:25px;}
.green_right{padding-top:4px;margin-right:15px;}
.fleft{float:left;}
.fright{float:right;}
.arrow{margin-top:6px;}
.title_font_green2{color:0059B4}
.atten{font-size:12px;font-weight:normal;color:#F00;}

/*注册细项*/
.creat{margin:15px 0px;padding-left:25px;color:#1458BF;font-size:14px; font-weight:bold;}
.font_space{letter-spacing:1px;}
.explain{color:#A3A3A3;}
.input_list{width:250px;text-align:left;}
.input_list input{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:12px; padding:3px 2px}/*改动0523输入框样式*/
.buttons{margin:20px;}
.button_next{
	color:#1458BF;
	font-weight:bold;
	width:180px;
	padding-top:3px;
	cursor:hand;
	background-image: url(/images/y_1.gif);
	background-repeat: repeat-x;
	border: 1px solid #DCEDFD;
}/*改动0523*/

.input1{
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;line-height:16px; width:250px;text-align:left; 
}
input,select{border:#A3BFA8 1px solid;background-color:#FFF;}
	
.fwtk{width:630px; height:150px; border:#CCC 1px solid;background-color:#FAFAFA;clear:both; float:center; overflow:auto; padding:5PX; text-align:left; color:#555; text-indent:2em}/*服务条款*/

.warn_message {
	font-size: 12px;
	color: #FF9420;
	border: 1px solid #FF9420;
	background-image: url(/Images/warning_icon.gif);
	line-height:20px;
	padding-left:30px;
	width:150px;
	height:20px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: 3px;
}

.approve_message {
	font-size: 12px;
	color: #66CC00;
	border: 1px solid #66CC00;
	background-image: url(/Images/right_icon.gif);
	line-height:20px;
	padding-left:30px;
	width:150px;
	height:20px;
	display:inline-block;
	background-repeat: no-repeat;
	background-position: 3px;
}