﻿@charset "utf-8";
/* CSS Document */

div, p, br, input, form, body, html, ul, li, dl, dt, dd {
    padding: 0;
    margin: 0;
    border: 0;
}

ol, ul {
    list-style: none;
}

a, input {
    text-decoration: none;
}

    a img, img {
        border: 0 none;
        vertical-align: text-bottom;
    }

html {
    overflow-y: hidden;
}

body {
    background: #9CF url(LoginImages/adminlogin_bg1_02.jpg) repeat-x center -15.9em;
    min-width: 1100px;
}

.corner5 {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/Skins/Blue/LoginImages/pie.htc);
}

.login_bg_panel {
    position: relative;
    z-index: 1;
    width: 900px;
    margin: 0 auto;
}

.login_bg_map {
    background: url(LoginImages/adminlogin_bg_map.png) no-repeat center 0;
    width: 100%;
    height: 657px;
    position: absolute;
    top: -10em;
    left: 0;
}

.login_road1 {
    background: url(LoginImages/way.png) no-repeat 0 0;
    width: 952px;
    height: 669px;
    position: absolute;
    top: 27em;
    left: 2em;
    z-index: 20;
}

.login_logo {
    background: url(LoginImages/adminlogin_icon.png) no-repeat 0 0;
    width: 588px;
    height: 76px;
    position: absolute;
    top: 22em;
    left: -5em;
    z-index: 20;
}

.login_title {
    background: url(LoginImages/mainpagetitle.png) no-repeat 0 0;
    width: 432px;
    height: 55px;
    position: absolute;
    top: 18em;
    left: 0.5em;
    z-index: 20;
}

.login_container {
    opacity: .95;
    -ms-filter: "alpha(opacity=95)";
    filter: alpha(opacity=95);
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 800px;
}

.login_panel {
    position: absolute;
    width: 371px;
    height: 486px;
    background-image: url(LoginImages/adminlogin_login_panel.png);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='LoginImages/adminlogin_login_panel.png');
    top: 12em;
    right: -1em;
}

.login_form {
    position: relative;
    width: 300px;
    height: 240px;
    margin: 140px auto 0;
    z-index: 1000;
}

.login_text {
    background: url(LoginImages/adminlogin_icon.png) no-repeat 0 -78px;
    width: 64px;
    height: 106px;
}


.copy_right {
    position: fixed;
    width: 100%;
    text-align: center;
    color: #FFF;
    bottom: 0px;
    font-size: .8em;
    padding: 5px;
    z-index: 99;
}

    .copy_right a {
        color: #fff;
    }

        .copy_right a:hover {
            color: #ff9900;
        }

.login_input {
    width: 160px;
    height: 15px;
    padding: 5px;
    background: #4f81a7;
    color: #fff;
    border: 1px solid #ddd;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.login_submit {
    display: block;
    background: #082e4e;
    width: 148px;
    height: 32px;
    font-size: 1em;
    font-family: "黑体";
    color: #fff;
    font-weight: bold;
    border: none;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

    .login_submit:hover {
        display: block;
        background: #ff9900;
        color: #082e4e;
    }

.vCode {
    height: 24px;
    margin-top: 1px;
    position: absolute;
    margin-left: 12px;
    opacity: .95;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    z-index: 99;
}

.login_reg {
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    color: #fff;
    text-align: right;
}

    .login_reg a {
        color: #fff;
    }

        .login_reg a:hover {
            color: #ff9900;
        }
