@charset "utf-8";
body {
    background: #728FCB url(../images/login-bg.jpg) repeat-x left top;
    font-family: \5FAE\8F6F\96C5\9ED1, Tahoma, "宋体";
    font-size: 13px;
    margin: 0;
    padding: 0;
}
body,html{height: 100%;}
#outer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display:table;
}

#outer[id] {
    display: table;
    position: static;
    *position:relative;
    _position: static;
}
#middle {
    position: absolute;
    top: 50%;
    left: 0;
    vertical-align:middle;
    display:table-cell;
    width:100%;

    *vertical-align:middle;
    *display:table-cell;
    *width:100%;

    _vertical-align:;
    _display:;
    _width:;
}
#middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
    top:50%;
    left:0;
    width:100%;
    *position:absolute;
    _position: ;
}
#inner {
    position: relative;
    top: 0%;
    margin: 0 auto;
    text-align:center;
}
#content{
    width:1039px;
    height:626px;
    margin: 0 auto;
    text-align:left;
}
#login-logo {
    width: 1039px;
    height: 92px;
    margin: 0 auto;
    background: url(../images/login-logo.png) no-repeat -66px 50%;
}
li {
    color: #585858;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
    margin-top: 5px;
}
#login-form {   
    margin: 0 auto;
    width: 1039px;
    height: 534px;
    padding: 0;
    background: url(../images/bg-form.jpg) no-repeat;
}
#login-form .inner {
    width: 300px;
    height: 150px;
    display: block;
    float: right;
    margin: 117px 0 10px 100px;
}
#login-form li {
    line-height: 40px;
}
#login-form li.checkbox input {
    vertical-align: middle;
}
#login-form label {
    display: block;
    float: left;
    width: 60px;
    height: 30px;
}
#login-form .button {
    _width: 80px;
    *width: 80px;
    background: url(../images/btn-login.png) no-repeat;
    border: none;
    height: 32px;    
    width: 80px;
    cursor: pointer;
    margin-left: 60px;
    *margin-left: 20px;
}
#login-form input.text-input {
    padding: 4px;
    height: 18px;
    line-height: 18px;
    border: #7db6c7 solid 1px;
    width: 130px;
}
#login-form input.error {
    border: red solid 1px;
}
.errorMessage {
    font-size: 12px;
    color: #F57D0B;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 2px;
}
.errorMessage em {
    float: left;
    font-style: normal;
    margin-right: 10px;
}
.errorMessage em a {
    border: #008ED3 solid 1px;
    padding: 0 4px;
    text-decoration: none;
    color: #008ED3;
    font-weight: normal;
}
.hot-line {
    width: 300px;
    float: right;
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 14px;
    margin-left: 350px;
}
.hot-line p {
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.hot-line em {
    font-weight: bold;
    font-style: normal;
}
#footer {
    bottom: 0;
    color: #608caf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}