@charset "utf-8";
/* CSS Document */
@import url("allpage.css");
.reg_box {
	width: 716px;
	margin-right: auto;
	margin-left: auto;
}.reg_main {
	background-image: url(../Images/reg_img/reg_bg.gif);
}
.reg_button {
	width: 150px;
	height: 49px;
	background-image: url(../Images/reg_img/reg_button.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input.default, textarea.default {
	border: 1px solid #cccccc;
}
input.required, textarea.required {
	border: 1px solid #2fb700;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
}
.reg_logo {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.reg_box_ini {
	width: 656px;
	padding-right: 30px;
	padding-left: 30px;
}

.reg_tit label {
	margin-right: 5px;
	margin-left: 5px;
}
.reg_username ul {
	background-color: #fbfbfb;
	border: 1px solid #dadada;
	padding: 5px;
	margin-left: 110px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.reg_y_l {
	float: left;
	width: 175px;
}
.reg_y_r {
	float: left;
}


.reg_txt {
	width: 80px;
	display: block;
	float: left;
	margin-top: 3px;
}
.reg_tit:hover {
	background-image: url(http://www.9e17.com/Images/reg_img/reg_titbg.gif);
	background-repeat: no-repeat;
}
.reg_tit {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	height: 20px;
}
.reg_titb {
	padding-top: 6px;
	padding-bottom: 6px;
}
.reg_username li {
	list-style-type: none;
}
.reg_Agreement {
	float: left;
	width: 656px;
	height: 100px;
}
