@charset "utf-8";
/* CSS Document */
@import url("common.css");
.register_body h3{ text-align:center; padding-top:20px;}

.register_body{ background:url(../images/register_bg.png) no-repeat; width:960px; height:552px; padding:8px; margin:0 auto; overflow:hidden; margin-bottom:30px;}
.register_body .form_box{ margin:30px 0 0 50px; width:480px; float:left;}
.register_body .intro_box{margin:30px 0 0; width:400px; float:left;}
.register_body .form_box dl{ overflow:hidden; padding:0 0 15px 0;}
.register_body .form_box dl dt{ width:70px; float:left; line-height:32px;}
.register_body .form_box dl dd{ width:350px; float:left; line-height:32px;}
.register_body .form_box .input_txt{ width:280px; height:30px; line-height:30px; border:1px solid #cacaca; padding:0 5px; margin:0 5px 0 0; color:#7d7d7d;}
.register_body .form_box .input_txt_2{ width:150px; display:block; float:left; margin:0 5px 0 0;}
.register_body .form_box .img_code{ float:left;margin:0 5px 0 0;}
.register_body .form_box .code_link{ margin:0 5px 0 0;}
.register_body span,.register_body .rule_link{ color:#f6ab00;}
.register_body .form_box .submit_btn{ background:#f8ac00; height:35px; border:none 0px; color:#fff; cursor:pointer; width:135px; font-size:14px; margin:0 18px 0 0;}
.register_body .form_box .reset_btn{ background:#a7a7a7; height:35px; border:none 0px; color:#fff; cursor:pointer; width:135px; font-size:14px;}

.register_body .form_box dl.check_line{ margin:0 0 0 172px;}
.register_body .form_box dl.check_line dt,.register_body .form_box dl.check_line dd{ line-height:15px;}
.register_body .form_box dl.check_line dd{ width:130px;}

.login_btn,.login_btn:hover{ background:url(../images/login_btn.png) no-repeat; width:96px; height:29px; line-height:29px; display:block; text-align:center; color:#333; margin:20px 0; font-size:14px;}

.login_body{ background:url(../images/login_bg.png) no-repeat; height:404px;}

.rule_detail_container{ width:860px; margin:0 auto;}
.rule_detail_container .top_intro{ border-bottom:1px solid #f7ac00;}
.rule_detail_container h3{ margin:25px 0; font-size:15px; color:#433a36;}
