/*
 * Standardized FormTools Styles
 * Internet Explorer 7-8 Patch
 */

form.formtools input[type='checkbox'].validation_error,
form.formtools input[type='radio'].validation_error {
    outline: 1px solid #c00;
    background: #fee;
}
