body,
html {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 12px;
    background-color: #a9e1aa;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center -70px;
    font-family: Arial;
}

img {
    border: 0;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #0971c0;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

ul,
li,
h3,
h4,
p,
MARQUEE,
input {
    list-style: none;
    margin: 0;
    padding: 0;
}

.login_box {
    background-image: url(../img/login_box-no-logo.jpg);
    background-repeat: no-repeat;
    width: 588px;
    height: 341px;
    margin: 0 auto;
    position: relative;
}

.login_logo {
    padding: 15px 0 0 12px;
    position: absolute;
    left: 12px;
    top: 15px;
}

.login_input {
    vertical-align: middle;
    width: 180px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}

.login_tag {
    position: absolute;
    left: 280px;
    top: 200px;
    color: #cc0000;
}

.login_n input {
    position: absolute;
    left: 274px;
    top: 227px;
    width: 195px;
    height: 30px;
    border: none;
    border-radius: 7px;
    outline:none;
}

.login_n .login_btn {
    position: absolute;
    left: 477px;
    top: 223px;
}

.login_p input {
    position: absolute;
    left: 274px;
    top: 275px;
    width: 195px;
    height: 30px;
    border: none;
    border-radius: 7px;
    outline:none;
}

.login_p .login_btn {
    position: absolute;
    left: 477px;
    top: 272px;
}

.login_c {
    padding: 1px 0 0 370px;
}

.copyright {
    text-align: center;
    padding-top: 30px;
}