html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, img, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    font-size: 12px;
}
body {
    text-align:center;
}
img {
    border: none;
    vertical-align: middle;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ol, ul {
    list-style: none;
}

input {
    line-height: 20px;
    padding: 6px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    input::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    input:-ms-input-placeholder {
        color: #999;
    }

    input::-webkit-input-placeholder {
        color: #999;
    }

    input[disabled],
    input[readonly] {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

/************************* 登录界面.Begin ********************************************/
.header
{
    text-align: left;
    color: #d1d7e3;
    height: 138px;
    display: block;
    width: 100%;
    
}

    .header .logo
    {
        height: 60px;
        width: 700px;
        background: url(images/loginlogo.png) no-repeat;
        float: left;
        margin-top:70px;
    }

#loginwrapper
{
    width: 100%;
    height:420px;
    margin: 0 auto;
    margin-top: 20px;
    background: url(images/loginbg.png) no-repeat;
    background-position: center;
    text-align:center;
}
.mainbox {
    width:1050px;
    display:block;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
}
    

    #loginwrapper .login
    {
        border: 1px solid #d4d4d4;
        border-top:3px solid #2d7de8;
        margin-top:30px;
        float:right;
        width: 320px;
        height:320px;
        background:rgba(255,255,255,0.6);  
        background:#fff 9;/*CSS Hack,只能对ie9以下浏览器ie6,ie7,ie8有效，否侧ie10,FF,Cherome会失去透明效果*/  
        filter:Alpha(opacity=60);/*只对ie7,ie8有效*/ 
    }
#loginwrapper .logincontent {
    position:relative;
    padding:0 20px;
}
#loginwrapper .title
    {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: left;
        font-weight: bold;
        border-bottom:1px solid #999;
    }
.title .titletxt {
    font-size:22px;
    padding:5px;
    color:#2d7de8;
    width:100px;
    border-bottom:2px solid #2d7de8;
}
    #loginwrapper .login > div
    {
        line-height: 40px;
        margin: 15px 0;
    }

    #loginwrapper .login .lines input:not([type="checkbox"])
    {
        width: 200px;
    }

    #loginwrapper .login .lines input.verifycode
    {
        width: 105px;
        margin-right: 1px;
    }

    #loginwrapper .login .lines > img
    {
        width: 85px;
        height: 30px;
        border: 1px;
        margin-bottom: 3px;
        vertical-align: middle;
    }

    #loginwrapper .login .lines .label-info
    {
        text-align: right;
        display: inline-block;
        width: 54px;
    }

    #loginwrapper button
    {
        vertical-align: middle;
        padding: 5px;
        width: 98%;
        background: #2d7de8;
        border: none;
        color: #fff;
        font-size: 14px;
        height:35px;
    }

    #loginwrapper input.password
    {  
    }
    
#loginwrapper .login .field-validation-error {
    padding-left: 70px;
}

.footer
{
    clear: both;
    text-align: center;
    height: 60px;
    line-height: 21px;
    padding: 2px 0 4px 0;
    color: #2d7de8;
    overflow: hidden;
    bottom: 0px;
    position: fixed;
    width: 100%;
}
/************************* 登录界面.End ********************************************/
 