@charset "utf-8";
/* CSS Document */
.reg_content{
	padding:20px 30px;
	text-align:center;
	margin:0px auto;	
}
.reg_content h1{
	line-height:30px;
	color:#090;
	font-size:18px;
}
table tr td{
	padding-left:18px;
	background:#E7FBFF;
	line-height:35px;
	text-align:left;
}
.table_postion{
	margin-top:20px;
	border-collapse:collapse; 
	
}
.table_postion input{
	border:1px #CCC solid;
	height:18px;
	width:200px;
	margin-right:5px;
}
.table_postion input.radio_width{
	width:25px; 
	height:auto; 
	line-height:25px;
	border:none;
}
.table_postion input.tel_district{
	width:40px; 
}
.table_postion input.tel_num{
	width:135px; 
}

.reg_notice{
	width:95%;
	border:1px solid #CDEFFF;
	line-height:35px;
	margin:0px auto;
	text-align:center;
}
/*.reg_content span{
	color:#F00;
	padding:0px 10px 0px 5px;
}*/
.red_star{
	color:#F00;
	padding:0px 10px 0px 5px;
}
.td_width_left{
	width:18%;
	padding-right:8px;
}
.td_width_right{
	width:82%;
	padding-left:10px;
	background:#FFF;
}
.textaera_padding{
	padding:10px;
}
.sub_position{
	margin-top:25px;
	line-height:35px;
}
.check_right{
	background: url(../images/img_index/check_right.png) no-repeat left bottom;
	width:16px;
	height:16px;
	padding:0px;
	line-height:16px;
	display: inline-block;
}
.check_wrong{
	background: url(../images/img_index/check_wrong.png) no-repeat left center;	
	height:16px;
	width:300px;
	margin-left:20px;
	padding-left:20px;
	line-height:16px;
	display: inline-block;
}
.username_input{
	height:20px; 
	width:200px;
	line-height:20px;
}
.register_login_content{
	margin-top:30px;
	font-size:16px;
}
.register_login_position{
	text-align:center; margin-top:30px;
}
.forget_password{
	font-size:13px;
	padding-left:20px;
}

/*-----------------------------------------面包屑--------------------------------------------*/
.Breadcrumb{
	height:34px;
	background:url(../images/img_secondary/position_line.gif) repeat-x;
	margin:0px;
	padding:0px;
}
.Breadcrumb_text{
	margin:0px 0px 0px 15px;
	background:url(../images/img_secondary/position_head.gif) no-repeat 1px 15px;
	padding:12px 0px 0px 20px;
	line-height:20px;
}