@charset "utf-8";
/* CSS Document */

.RegCon { padding:30px; }
.RegTitle { height:30px; line-height:30px; text-align:center; font-size:18px; }
.RegBut { text-align:center; }
.RegBut a:link,
.RegBut a:visited { display:inline-block; background: url(/template/images/User/RegBut.gif) 0 0 no-repeat; width:90px; height:33px; line-height:33px; text-align:center; font-size:16px; color:#36C; font-weight:bold; }
.RegBut a:hover { text-decoration:none; color:#C00; }
.Btn { }
.tips { background-image:url("../images/tips.png"); background-repeat:no-repeat; float:left; color:Gray; text-indent:20px; }
.textbox { width: 140px; border: solid 1px #E2E2E2; height: 14px; padding:5px; line-height:14px; font-size:14px; }
/*-------------------------导航*/
#nav { font-family: arial, 宋体, serif; font-size:12px; line-height: 24px; list-style-type: none; background:#06A; width:100%; padding:0; }
#nav a { display: block; width: 80px; text-align:center; }
#nav a:link,
#nav a:visited { color:#FFF; text-decoration:none; }
#nav a:hover { color:#000; text-decoration:none; font-weight:bold; }
#nav li { float: left; width: 80px; background:#06A; }
#nav li a:hover { background:#BFD9FF; }
#nav li ul { line-height: 27px; list-style-type: none; text-align:center; left: -999em; width: 80px; position: absolute; border:solid 1px #06A }
#nav li ul li { float: left; width: 80px; background: #0084DB; color:#FFF }
#nav li ul a { display: block; width: 80px; text-align:center; }
#nav li ul a:link,
#nav li ul a:visited { text-decoration:none; }
#nav li ul a:hover { color:#000; text-decoration:none; font-weight:normal; background:#FFF; }
#nav li:hover ul { left: auto; }
#nav li.mouseover ul { left: auto; }

.UserCenterNav {width:980px; background:#06A;}
.UserCenterLeft { width:190px; float:left; }
.UserCenterRight { margin-left:200px; }
