html, body { background:#ededed; color: #666; font-family: "微软雅黑" }
h1 { font-size: 26px; height: 50px; font-weight: bold }
.login {width: 350px; margin: 0 auto;}
.login .main_in { height: 180px; padding-left: 20px; padding-right: 20px; }
.login .main_in .tip { padding-top: 20px; }
.login .main_in .text { padding-top: 10px; }
.login .main_in .text input { border: 1px solid #c4c4c4; height: 30px; line-height: 30px; padding: 0; margin: 0; width: 100% }
.login .main_in .text .user { background-image: url(../images/login_user.jpg); background-repeat: no-repeat; background-position: 275px center; }
.login .main_in .text .password { background-image: url(../images/password.jpg); background-repeat: no-repeat; background-position: 275px center; }
.login .button { height: 45px; padding-left: 20px; padding-right: 20px; text-align: right; padding-top: 10px;}
.login .button button { background-image: url(../images/button.png); background-repeat: repeat-x; background-position: center top; height: 30px; padding-right: 20px; padding-left: 20px; border: 1px solid #4288d0; color: #FFF; cursor: pointer; margin-left: 10px; }
.login .button button:hover { background-position: center -30px; }
.login .copyright { line-height: 35px; text-align: center; color: #999 }

.top {
    height: 30px;
    line-height: 30px;
    padding: 152px 0 50px 0;
    background: url("../images/top.jpg") center no-repeat;
    margin: 0 auto;
    text-align: center;
}
.main {
    height: 240px;
    background: url("../images/main_bg.jpg") repeat-x;
}
.box {
    height: 225px;
    background: url("../images/main.jpg") center no-repeat;
    margin: 0 auto;
    padding: 15px 0 0 0;
}
.bottom {
    background: url("../images/bottom.jpg") center no-repeat;
    height: 56px;
}