#login-form {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    margin-top: 80px;
    *margin-top: 60px;
}

.bottomline {
    width: 100%;
    height: 20px;
    background-image: url('../images/bottomline.png');
}

.form-field {
    background: #fafafa;
    padding: 5px;
}

.form-field input {
    border: 1px solid #cecece;
    color: #666;
    padding: 6px;
    width: 250px;
    text-align: center;
}

.error-msg {
    padding: 5px;
    color: red;
}

.systitle {
    border: none;
    position: absolute;
    left: 100px;
    top: 250px;
    font-size: 56px;
    font-family: STKaiti;
    color: #fafafa;
    letter-spacing: 0;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

.version {
    border: none;
    position: absolute;
    left: 480px;
    top: 340px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #636b6f;
}

.loginDiv {
    width: 1345px;
    height: 448px;
    margin: 0 auto;
    background: url(../images/login.jpg) no-repeat
}

.loginDiv .loginForm .myTb {
    border: none;
    float: left;
    margin: 152px 0 0 828px;
    _margin: 152px 0 0 418px;
    width: 300px
}

.loginDiv .loginForm .myTb td {
    border: none;
    height: 39px
}

.loginDiv .loginForm .myTb .inputCss1 {
    border: 1px;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    width: 200px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #666;
}

.loginDiv .loginForm .myTb .inputCss2 {
    border: 1px;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    width: 95px;
    height: 20px;
    *height: 19px;
    line-height: 20px;
    text-align: center;
    color: #666;
}

:-ms-input-placeholder {/* Internet Explorer 10+ */
    color: #c5c5c5;
}
