@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: Arial,SimSun;
    /**background-image:url('../images/background.png'); 
background-repeat:repeat-x; background-color:#fefefe; background-color:#0888d1;*/
    background: url('../images/login_BG1.jpg') no-repeat left top;
    background-size: 100% 100%;
}

.frame {
    background-image: url('../images/bg.png');
    width: 530px;
    height: 191px;
    padding-top: 232px;
    padding-left: 320px;
    margin: 90px auto 0px auto;
}

.np {
    height: 24px;
    margin-bottom: 12px;
}

    .np li {
        float: left;
    }

.mc {
    color: #014584;
    line-height: 24px;
    width: 65px;
}

.wbk {
    width: 180px;
}

.wbk_name {
    background-image: url('../../../../images/UV/Login/text_name.png');
    width: 155px;
    padding-left: 23px;
    height: 22px;
    line-height: 22px;
    color: #666666;
    border: 1px #55b0e5 solid;
}

.wbk_password {
    background-image: url('../../../../images/UV/Login/text_password.png');
    width: 155px;
    padding-left: 23px;
    height: 22px;
    line-height: 22px;
    color: #666666;
    border: 1px #55b0e5 solid;
}

.button {
    width: 86px;
    height: 28px;
    padding: 0px 2px;
}

.copyright {
    color: #ababab;
    text-align: center;
    line-height: 24px;
    padding-left: 70px;
}
