body {
    background-image: url(images/bg_login.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

.login-box {
    background: url(images/bg_login_box.png) no-repeat 0 0;
    width: 767px;
    height: 570px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}


.login-box-notitle {
    background: url(images/bg_login_box_notitle.png) no-repeat 0 0;
    width: 767px;
    height: 570px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.field-wrap {
    margin-top: 286px;
    margin-left: 229px;
    margin-right: 229px;

    font-family: '微软雅黑';
}

.field {
    color: #333;
    font-size: 20px;
    overflow: hidden;
}

.tips{
    padding-left:80px;
}
.tip-error{
    background:url(images/bg_error_tip.png) no-repeat 0 0;
    font-size: 14px;
    padding-left:30px;
    line-height:23px;
    height:23px;
    color:#414141;
}


.field label {
    float: left;
    width:80px;
    height: 38px;
    line-height: 38px;
}

.field input {
    width: 208px;
    height: 38px;
    line-height: 38px;
    color: #999;
    font-size: 14px;
    font-family: '微软雅黑';
    border:1px solid #ccc;
    padding: 0 5px;
}

.uname-field {

}

.pwd-field {
    margin-top: 10px;
}

.submit-field {
    text-align:center;
    margin-top: 20px;
}