@charset "utf-8";

/* ---------------注册页--------------- */
.reg {
	background: url(../img/solid.gif) repeat-y 680px 45px;
}
.reg_wide {
	width: 660px;
	float: left;
}
.reg_side {
	width: 300px;
	float: right;
}

.sub_title {
	height: 45px;
	background: #FFF;
}
.news_title {
	/*width: 660px;*/
	height: 45px;
	background: url(../img/solid.gif) repeat-x bottom;
}
.crumb {
	float: left;
	padding-top: 15px;
	color: #999;
}
.crumb a {
	color: #999;
}
.crumb a:hover {
	color: #F00;
}

.reg_select {
	padding: 35px 0 20px 125px;
	border-bottom: 1px solid #E6E6E6;
}
.reg_select ul {
	width: 300px;
	height: 35px;
}
.reg_select ul.tab_1 {
	background: url(../img/reg_select.gif) no-repeat 0 0;
}
.reg_select ul.tab_2 {
	background: url(../img/reg_select.gif) no-repeat 0 -35px;
}
.reg_select li {
	float: left;
	width: 150px;
}
.reg_select a {
	display: block;
	width: 150px;
	height: 35px;
	font-size: 16px;
	color: #333;
	line-height: 35px;
	text-align: center;
}
.reg_select a:hover {
	color: #F00;
}

.reg_select a.current {
	color: #FFF;
}

.reg_form {
	padding: 5px 0 30px;
	color: #333;
}
.reg_form li {
	padding: 20px 0 10px;
	background: url(../img/gray_dashed.gif) repeat-x left bottom;
}
.reg_form label {
	float: left;
	display: inline-block;
	padding-right: 15px;
	width: 110px;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
}
.reg_form_text {
	padding: 0 4px;
	height: 28px;
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	border-radius: 2px;
	background: #FCFCFC;
	font-size: 14px;
	line-height: 28px;
}
.reg_form_select {
	padding-left: 4px;
	height: 28px;
	border: 1px solid;
	border-color: #999 #CCC #CCC #999;
	border-radius: 2px;
	background: #FCFCFC;
	font-size: 14px;
	line-height: 28px;
}
.reg_form span {
	padding-left: 10px;
	color: #666;
}
.reg_form span img {
	margin: 9px 2px 10px 0;
	vertical-align: middle;
}
.reg_form a {
	color: #EA3A00;
	text-decoration: underline;
}
.reg_form a:hover {
	color: #F00;
}
.reg_form img {
	vertical-align: middle;
}
.reg_form p {
	padding-left: 126px;
	color: #999;
	line-height: 30px;
}
.reg_form_btn {
	padding: 0 30px;
	height: 33px;
	border: 1px solid #FF5C26;
	border-radius: 2px;
	background: url(../img/btn.gif);
	font-size: 14px;
	color: #FFF;
	overflow: visible;
	cursor: pointer;
}
.reg_form_btn:hover {
	color: #FF0;
}

.user_select {
	float: left;
	margin-right: 4px;
	padding: 0 4px;
	height: 28px;
	border: 1px solid #CCC;
	border-radius: 2px;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
}
.user_selected {
	float: left;
	margin-right: 4px;
	padding: 0 4px;
	height: 28px;
	border: 1px solid #FF5C26;
	border-radius: 2px;
	background: url(../img/ico_selected.gif) no-repeat right bottom #FFFFD9;
	font-size: 14px;
	color: #F00;
	line-height: 27px;
	text-align: center;
}

.side_login {
	padding: 0 20px 30px;
}
.side_login h2 {
	font-size: 14px;
	line-height: 40px;
}
a.side_login_btn {
	margin-top: 10px;
	display: block;
	width: 258px;
	height: 33px;
	border: 1px solid #FF5C26;
	border-radius: 2px;
	background: url(../img/btn.gif);
	font-size: 14px;
	color: #FFF;
	line-height: 33px;
	text-align: center;
}
a:hover.side_login_btn {
	color: #FF0;
}