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

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

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

form.formtastic fieldset ol li {
  display: block;
}

form.formtastic fieldset ol li p.inline-hints {
  font-style:  italic;
  color: #999;
  margin: 0;
  font-size: 11px;
}

form.formtastic legend {
  color:  #666666;
  font-size:  14px;
}
form.formtastic fieldset.buttons {
  padding-left: 0;
}
form.formtastic fieldset ol li.string input, form.formtastic fieldset ol li.password input {
  width: 230px;
}

form.formtastic fieldset.buttons {
  display: block;
}

form.formtastic fieldset ol li label {
  float: none;
  padding-top: 0;
  width: auto;
}

form.formtastic fieldset ol li.boolean label {
  padding-left: 0;
}

form.formtastic fieldset ol li {

}

form.formtastic fieldset {
  display: block;
}

/* Error styles */

body.clearance-users-create div#errorExplanation {
  display: none;
}

div#errorExplanation {
  background: none;
  padding: 0 0.8em 0.8em 0.8em;
}

div#errorExplanation h2 {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #ff3636;
}

form.formtastic fieldset ol li p.inline-errors {
  color: #cc0000;
  font-style: italic;
  margin: 0.5em 0 0;
}

body.blueprint .wrapper .error {
  background: #ffcdcd none repeat scroll 0 0;
  border: 2px solid #ffa2a2;
}