/* -------------------------------------------------------------------------------------------------
 
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 label { display:block; width:230px; float:left; padding-top:.2em; color: #000;}

.left input[type=text], .left input[type=password] {
    width:280px;

}
.right input[type=text], .right input[type=password] {
    width:280px;

}
.left select {
    width:284px;

}
.right select {
    width:284px;

}

 form.formtastic fieldset  ol span.left li.string input { width:230px; }
 form.formtastic fieldset  ol span.right li.string input { width:230px; }
 form.formtastic fieldset  ol span.left li.password input { width:230px; }
 form.formtastic fieldset  ol span.right li.password input { width:230px; }
/* TEXTAREA OVERRIDES
------------------------------------------------------------------------------------- */
form.formtastic legend {
  margin:0px 0px 0px 0px; padding:0px 0px 10px 0px;
}
.required abbr {
  display:none;
}

fieldset ol li { display: block; margin-left:0px;}
fieldset ol { list-style:none; padding-left:0px; }
