﻿html, body, form {
    margin: 0;
    padding: 0;
}

.d_top {
    width: 100%;
    height: 65px;
    background-color: #34485E;
    color: #FFFFFF;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin-top: 20px;
    margin-left: 40px;
}

.s_company {
    font-family: "黑体";
    font-size: 34px;
    padding-left: 25px;
    font-style: oblique;
    line-height: 65px;
}

.s_system {
    font-size: 20px;
}

.d_img {
    background: url(../images/login_bg.png) no-repeat center;
    width: 710px;
    height: 410px;
    float: left;
}

.d_logininfo {
    width: 340px;
    height: 400px;
    background-color: #FBFBFB;
    border: solid 1px #EDEEEF;
    float: left;
}
    .d_logininfo ul li {
        height:70px;
        padding-left:40px;
    }

.login .clsLogin {
    font-size: 14px;
    background-color: #999999;
}

.login_input {
    background-image: url(../images/login_bt.png);
    background-position-x: left;
    background-position-y: 0px;
    background-repeat: no-repeat;
    text-indent: 40px;
    color: #999999;
    font-size: 14px;
    line-height: 38px;
    width: 260px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 3px;    
}

.loginuser {
    background-position-x: left;
    background-position-y: 0px;
    background-repeat: no-repeat;
    text-indent: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 38px;
    width: 300px;
    height: 40px;
    border: 1px solid #999999;
    border-radius: 3px;    
}
.login_bt {
    background-color: #FF7F00;
    display: block;
    background-image: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 10px;
    text-indent: 0;
    border-style: none;
    height: 42px;
}
a.login_bt:hover {
    color: #FFFFFF;
    background-color: #ffa400;
}