#regModalForm h4.reg-error {
    color: red;
    min-height: 52px;
}

#regModalForm h4.reg-success {
    color: green;
    min-height: 52px;
}

#enterModalForm h4.enter-error {
    font-size: 12px;
    color: red;
    position: absolute;
    top: 4px;
}

#forgot_password_modal {
    background: url(images/forgot_password_modal_bg.png) no-repeat;
    width: 392px;
    height: 253px;
}

#forgot_password_modal form {
    display: block;
    padding: 20px;
}

#forgot_password_modal form h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

#forgot_password_modal form .inputbox {
    display: block;
    float: left;
    background: url(images/forgot_password_modal_input.png) no-repeat;
    padding: 10px 15px;
    width: 202px;
    height: 20px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #838383;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
}

#forgot_password_modal form .sub_button {
    background: url(images/forgot_password_modal_button.png) no-repeat;
    width: 112px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    position: relative;
    float: right;
}

#forgot_password_modal form p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 18px;
    margin-bottom: 22px;
}

#forgot_password_modal form a {
    text-decoration: none;
}

#forgot_password_modal .forgot-password-success {
    color: green;
    font-size: 14px;
    line-height: 14px;
}

#forgot_password_modal .forgot-password-error {
    color: red;
    font-size: 14px;
    line-height: 14px;
}