form.restore-password {
    width: 494px;
}

    form.restore-password p {
        margin: 12px 14px 0;
    }
    
    form.restore-password small {
        font-size: 11px;
        color: #ababab;
    }
    
    form.restore-password fieldset.restore input.text {
        width: 199px; /* 2px border and one more for the whip (aka IE) */
    }
    
    form.restore-password label.button {
        margin-top: 23px;
        float: right;
    }
        form.restore-password label.button input {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
    
    form.restore-password h2 {
        font-size: 14px;
        margin: 54px 14px 14px;
    }
    form.restore-password fieldset.auth span {
        width: 140px;
    }
    

