#forgot_form .form_inputs {
    position: relative;
}

#forgot_form .errors {
    background: url(/images/icons/form-error.png) no-repeat center center;
    height: 40px;
    margin: 0;
    position: absolute;
    left: 158px;
    top: 14px;
    width: 30px;
    z-index: 1;
}

#forgot_form .errors li {
    background-color: #ec0000;
    color: #FFFFFF;
    display: none;
    margin-top: 30px;
    padding: 10px;
    z-index: 50;
    top: 30px;
    float: right;
    white-space: nowrap;
    margin-right: 6px;
}

.form_inputs {
    margin-bottom: 10px;
}
#user_forgot_submit-div {
    margin-top: 20px;
}