@charset "utf-8";
/* CSS Document */
/*用户注册样式开始*/
.yht_main {
	width:983px;
	margin:10px auto;
	background: url(../images/login/main.gif) center 0 no-repeat;
}
.yht_wrap {
	background: url(../images/login/main_b.jpg) center 0 repeat-y;
	min-height: 220px;
	height: auto !important;
	height: 220px;
}
.reg_tit {
	width:947px;
	margin:0 auto;
	height:36px;
	line-height:36px;
	background:url(../images/login/reg_header.jpg) left;
}
.reg_tit h2 {
	color:#000;
	padding-left:55px;
	font-size:14px;
	height:36px;
	line-height:36px;
	background:url(../images/login/down_ico.gif) 20px center no-repeat;
}
.reg_main {
	width: 890px;
	padding: 15px 0 25px;
	margin: 0 auto;
	overflow:hidden;
}
.reg_list {
	margin: 20px 0 0 0;
}
.reg_list li {
	float: left;
	width: 100%;
	padding: 8px 0;
	line-height: 16px;
}
strong, b {
	padding-right:5px;
	font-weight:bolder;
}
.reg_list li label.w_1 {
	float: left;
	width: 120px;
	text-align: right;
	margin: 3px 5px 0 10px;
	display: inline;
	color: #555;
	font-size: 14px;
}
.reg_list li .w_2 {
	float: left;
	width: 250px;
}
.reg_list li .w_2_w90 {
	float: left;
	width: 90px;
}
.reg_list li .w_2_w245 {
	float: left;
	width: 245px;
}

.reg_list li .input_text {
	width: 235px;
	padding:3px 2px;
	height: 14px;
	overflow: hidden;
	vertical-align: middle;
	color: black;
}
.reg_list li.lb_tel{
	width:370px;
	padding-left:30px;
	border-top:1px dotted #ccc;
	background:url(../images/login/lb.jpg) 15px center no-repeat;
}

.reg_list li p.switch {
	margin: 5px 0 0;
}
.reg_list li p {
	color: #6C6C6C;
}
.border_b {
	margin: 0 auto;
	width: 100%;
	height: 6px;
	background: url(../images/login/border_b.jpg) center 0 no-repeat;
	overflow: hidden;
}
/*用户登录*/
.login_left{
	width:400px;
	float:left;
}
.login_right{
	width:450px;
	float:right;
}
.btn_login,.ben_getup, .btn_reg {
    display: block;
    width: 119px;
    height: 36px;
    border: none;
    cursor: pointer;
	background: url(../images/login/btn_login.gif) no-repeat;
}

.btn_reg {
    width: 130px;
    background-position: 0 -37px;
}

.btn_getup {
    display: block;
	margin-left:60px;
    width: 119px;
    height: 36px;
    border: none;
    cursor: pointer;
    background: url(../images/login/btn_login.gif) 0 -74px no-repeat;
}
#J_SubmitBtn {
background: url(../images/login/ic_bg.png) no-repeat 0px -114px;
border: 0px;

cursor: pointer;
font-size: 14px;
font-weight: 700;
height: 36px;
line-height: 36px;
width: 223px;
}
.agreements {
float: left;
height: auto;
margin: 0px auto;
width: 880px;
}
.agreements li {
background-color: #F8F8F8;
border-bottom: 1px solid #CCC;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
margin-bottom: 10px;
padding-bottom: 10px;
}
.agreements li h3 {
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}
.agreements li .content {
background-color: white;
border-bottom: 1px solid #E9E9E9;
border-left: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
border-top: 1px solid #E9E9E9;
height: 290px;
margin: 0px 10px;
overflow: auto;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
}
