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

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 > ol > li.check_boxes_with_other fieldset ol {
  margin-bottom: -0.6em; }

form.formtastic fieldset > ol > li.check_boxes_with_other fieldset ol li {
  margin: 0.1em 0 0.5em 0; }

form.formtastic fieldset > ol > li.check_boxes_with_other fieldset ol li label {
  float: none;
  width: 100%; }

form.formtastic fieldset > ol > li.check_boxes_with_other fieldset ol li label input {
  margin-right: 0.2em; }

form.formtastic fieldset {
  overflow: visible; }

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

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

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

form.formtastic fieldset > ol > li.text textarea {
  width: 64%; }

form.formtastic legend {
  white-space: normal; }

form.formtastic fieldset > ol > li.check_boxes_with_other input[type=text] {
  margin-left: 0.6em; }

form.formtastic fieldset > ol > li.radio_with_other input[type=text] {
  margin-left: 0.6em; }
