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

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; }

HINT:
The following style may be *conditionally* included for improved support on older versions of IE(<8)
form.formtastic fieldset ol li fieldset legend { margin-left: -6px;}

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

form.formtastic fieldset > li { margin-bottom: 10px; }
form.formtastic abbr { margin-left: 3px; }
form.formtastic li.select label { margin-right: 5px; }
form.formtastic li p.inline-errors { color: red; }
form.formtastic li select option { padding-left: 10px; }
form.formtastic li { list-style: none; }

form.formtastic fieldset.buttons {
    padding-left: 0 !important;
}

form.formtastic input[type="submit"] {
    margin-left: 230px;
    padding: 4px;
    width: 170px !important;
}

form.formtastic textarea {
    height: 215px;
    padding: 4px;
    width: 400px;
}

form.formtastic input, form.formtastic label {
    padding: 4px;
    width: 350px;
    display: block;
}

form.formtastic fieldset {
    border: 1px none;
    float: left;
    margin: 10px 5px 20px;
    width: 450px;
}

.favoritecolor {
  display: none;
}