﻿@charset "utf-8";
/* CSS Document */
body {
    background: #600606 url(../images/login_bg.png) repeat-x;
    padding: 0px;
    margin: 0px;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img {
    border: none;
}

.banner1 {
    background-image: url(../images/button_dl.png);
    border: 0px;
    cursor: pointer;
}

.login_main {
    width: 360px;
    height: 237px;
    margin: auto;
    background: url(../images/login_nr_bg.png) no-repeat;
}

    .login_main ul {
        width: 266px;
        margin: 0 auto 10px auto;
    }

    .login_main li {
        width: 100%;
        height: auto;
        font: 14px/30px "宋体";
        color: #ffffff;
        text-align: left;
    }

        .login_main li a {
            color: #ffffff;
            text-decoration: none;
        }

            .login_main li a:hover {
                color: #8a7b8e;
                text-decoration: underline;
            }

.inputclass {
    width: 260px;
    height: 28px;
    background: url(../images/login_input.png) no-repeat;
    font: 14px/28px "宋体";
    color: #333333;
    text-decoration: none;
    border: none;
    padding-left: 6px;
}

.login_logo {
    width: 360px;
    height: 65px;
    text-align: center;
    margin: auto;
    padding-top: 100px;
}

.login03 {
    width: 360px;
    height: 46px;
    margin: auto;
    text-align: center;
    font: 16px/30px "微软雅黑";
    color: #ffffff;
    text-decoration: none;
}

    .login03 a {
        color: #ffffff;
        text-decoration: none;
    }

        .login03 a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
