@charset "gb2312";
/* CSS Document */
body{ background:url(../images/2.jpg) no-repeat;font-family:Microsoft YaHei;}
*{ font-family:"Microsoft YaHei";}
.login{ width:395px; margin:0 auto;margin-top:150px; height:315px; border:1px solid #2785C6;box-shadow:2px 2px 10px #333333; background:url(../images/bg.png) repeat; border-radius:5px; font-family:Microsoft YaHei;}
.login h3{ width:100%; height:60px; line-height:60px; border-bottom:1px solid #2785C6; font-size:25px; font-family:Microsoft YaHei;  text-align:center; margin-top:0px; font-weight:normal; color:#FFFFFF; margin-bottom:10px; margin:0 auto; background:url(../images/bg2.png) repeat}
.user{ height:40px; line-height:40px; width:290px;; margin-bottom:20px; font-size:16px; border:1px solid #164AC0;padding-left:35px; border-radius:5px; font-family:"Microsoft YaHei"; margin-left:15px;background:url(../images/user.png) 10px 12px no-repeat #FFFFFF; outline:none}
.user:hover{ border:1px solid #294B88}
.pwd{ height:40px; line-height:40px; width:289px;; margin-bottom:20px; font-size:16px; border:1px solid #164AC0;padding-left:36px; border-radius:5px; font-family:"Microsoft YaHei"; margin-left:15px; background:url(../images/pwd.png) 10px 16px no-repeat #FFFFFF;outline:none}
.pwd:hover{ border:1px solid #294B88}
.sub{ height:46px; line-height:46px; width:325px;; font-size:18px; cursor:pointer; border-radius:5px; background: #CC3300; border:none; color:#FFFFFF; margin-top:5px; margin-left:16px; font-family:"Microsoft YaHei"}
.sub:hover{ background:#CC0000}