﻿.banner .hd {
    display:none;
}
.banner img{
    width: 100%;
}
.password-form {
    top: 100px;
    margin: 0px auto;
    height: 376px;
    background: url(../../images/web/form_bg2.png) no-repeat center top;
    position: absolute;
    margin-left: -262px;
    left: 50%;
}

.password-form .user-info {
    margin: 0 auto;
    padding-top: 100px;
    width: 523px;
}

.password-form .user-info p {
    margin-top: 15px;
    clear: both;
    overflow: hidden;
    _width: 100%;
    line-height: 25px;
}

.password-form .user-info strong {
    font-weight: bold;
    width: 100px;
    display: block;
    float: left;
    text-align: right;
    line-height: 25px;
    font-size: 16px;
}

.password-form .user-info label {
    vertical-align: middle;
    padding: 10px 5px;
}

.password-form .user-info label input {
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.password-form .user-info .btn {
    text-align: center;
    margin-top: 20px;
}

.password-form .user-info .btn input {
    height: 33px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 15px;
    text-align:center;
    color: white;
    background: #0e724e;
    margin: 0 10px;
    cursor: pointer;
    border: none;
}

.password-form .send-again { padding: 10px 20px 40px 20px; text-align: center; font-size: 14px; }
.password-form .send-again a, .frequency-check-form .send-again a:hover { color: #333333; text-decoration: underline; }
.password-form .send-again a.disabled { color: gray; text-decoration: none; }
.password-form .send-again a.disabled:hover { color: gray; text-decoration: none; }
.password-form label font { margin-left: 5px; color: red;}
.password-form #ImageAuthCode { width: 100px; }
.password-form #imgAuthCode { vertical-align:middle; }
.password-form #Field_AuthCode { width: 100px; }