#titleWnd1 {
    height: 35px;
    background: #f7f7f7;
    cursor: move;
}

.dialog1 {
    position: fixed;
    z-index: 999;
}

#dialogBg1 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
}

#dialogCaption1 {
    float: left;
    color: #666666;
    font-size: 15px;
    line-height: 35px;
    margin-left: 7px;
    font-weight: bold;
}

#dialogCloseBtn1 {
    float: right;
    line-height: 35px;
    margin-right: 2px;
}

#dialogCloseBtn1 a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: url(../images/jquery-dialog.png) no-repeat 4px 6px;
}

#dialogCloseBtn1 a:hover {
    background: url(../images/jquery-dialog.png) no-repeat 4px -25px;
}


.wrap-login {
    width: 208px;
    height: 194px;
    border: 3px solid #b22a24;
    top: 75px;
    left: 790px;
    background: #f5f5f5
}

.login-account {
    margin: 18px 0 0 14px;
}

.login-password {
    margin: 14px 0 0 14px;
}

.login-account, .login-password {
    padding: 0 10px;
    width: 367px;
    height: 35px;
    border: 1px solid #c7beb1;
}

.wrap-login div {
    margin: 20px 0 0 14px;
    height: 17px;
    line-height: 17px;
}

.wrap-login div input {
    margin: 2px 10px 0 0;
    float: left;
}

.wrap-login div span {
    float: left;
}

.wrap-login .login-btn {
    display: block;
    width: 175px;
    height: 35px;
    margin: 32px auto 0;
    background: #b22a24;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#login-error, #forget-error {
    left: 0;
    top: 80px;
    color: #b22a24;
    display: none;
    height: 24px;
    padding-top: 30px;
    word-break: break-all;
}


.dialogBg1 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}


