@charset "utf-8";

/* 用户注册 */
div.reg{border:1px solid #DDDDDD;}
div.reg .tit{border-bottom:1px solid gainsboro;padding:0 30px;background:url(/Src/img/reg.gif) repeat-x 0 bottom;}
div.reg .tit h3{font-family:"微软雅黑";font-size:20px;color:#FF5A00;margin:10px 0;}
div.reg .tit p{color:gray;}
div.reg form .txt{width:260px;height:24px;border:1px solid #BBB;line-height:24px;text-indent:2px;}
div.reg form .btn{width:158px;height:44px;background:url(/Src/img/reg_btn.gif);border:none;cursor:pointer;_cursor:hand;}
div.reg form .btn_login{background:url(/Src/img/login_btn.png);width:125px;height:39px;border:none;margin-left:60px;cursor:pointer;_cursor:hand;}

/* 用户选项 */
.panel{zoom:1;overflow:hidden;background-color:#F6F6F6;}
.panel .xx{float:left;padding:30px 0 0 30px;width:180px;}
.panel .xx a{display:block;width:180px;height:50px;line-height:50px;text-align:center;background:url(/Src/img/acc_xx_bj.jpg) no-repeat -3px 0;}
.panel .xx a.wd{background-position:0 -50px;color:#FFFFFF;}
.panel .xx a.yx{background-position:0 -100px;color:#FFFFFF;}
.panel .xx a.mm{background-position:0 -150px;color:#FFFFFF;}
.panel form{float:left;width:675px;margin:30px 0;border:1px solid #E5E5E5;background:white;padding:20px;min-height:600px;height:auto !important;height:600px;overflow:visible;overflow-x:hidden;}