/* -------------------------------------------------------------------------------------------------

Load this stylesheet after formtastic.css in your layouts to override the CSS to suit your needs.
This will allow you to update formtastic.css with new releases without clobbering your own changes.

For example, to make the inline hint paragraphs a little darker in color than the standard #666:

form.formtastic fieldset ol li p.inline-hints { color:#333; }

--------------------------------------------------------------------------------------------------*/

label {
    color: #042000;
}

#message_name, #message_email, #name, #dkdjtr-dkdjtr, #booking_company_name, #booking_requested_date,
#booking_name, #booking_email {
    background: url(/images/Form_String.png) no-repeat;
    font: normal 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
    vertical-align: center;
    height: 23px; width: 290px;
    margin: 7px 0 0 10px; padding: 0 3px 0 5px;
    border: none;
    color: #042000;
}

form.epush, form#booking_form {
    margin: 30px 0 0 0;
}

div.auto_complete ul li.selected {
    color: #000;
}

form.epush fieldset ol li label, form#booking_form fieldset ol li label {
    padding-top: 8px;
    padding-left: 20px;
}

#epush_submit, #bookevent_submit {
    margin-left: 30px;
}

form.formtastic fieldset ol li.epush_commit {
    margin-bottom: 0;
}

#message_message, #booking_message {
    background: url(/images/Form_Text.png) no-repeat;
    font: normal 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
    vertical-align: center;
    height: 52px; width: 290px;
    margin: 7px 0 0 10px; padding: 5px 3px 5px 5px;
    border: none;
    color: #042000;
}

#message_submit {
    float: right; margin: 0 8px 0 0;
}

#post_body {
    width: 74%; height: 250px;
    float: right;
    margin: 0 7px 0 0;
}

#contact_form .validation-advice {
    padding: 5px 10px 5px 10px;
    margin: 5px 8px -20px 10px;
    background-color: #042000;
    font: normal 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#booking_form .validation-advice {
    padding: 5px 10px 5px 10px;
    margin: 5px 25px -15px 20px;
    background-color: #042000;
    color: #fff;
    font: normal 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

