/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
/*Add padding to bottom of header*/
.custom #header { padding-bottom:10px; }

/* Special styling for Contact Forms. Get Help page form and Contact us form */
.ContactFormSubmit {
        color:#003368;
        background-color:#fdb813;
        border-color:#003368;
        cursor:pointer
}

.GetHelpField {
        border-width:1px;
        border-color:#fdb813;
}

