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

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

--------------------------------------------------------------------------------------------------*/
abbr.required { color: red; }
form.formtastic fieldset.inputs { border:none; clear: both; width: 750px} 
form.formtastic fieldset {  } 
form.formtastic legend { color:#FED003; font:bold 13px arial; padding-top:20px}
form.formtastic label { text-align:right; padding-right:10px; }
li.string { margin-left:100px }

form.formtastic fieldset ol li.numeric input.money { width:80px; }
form.formtastic fieldset ol li.string input.email { width:150px; }
form.formtastic fieldset ol li.string input.date { width:80px; }
form.formtastic fieldset ol li.string input.street { width:250px; }
form.formtastic fieldset ol li.string input.city { width:80px; }
form.formtastic fieldset ol li.string input.state { width:26px; }
form.formtastic fieldset ol li.string input.zip { width:60px; }
form.formtastic fieldset ol li.string input.phone { width:150px; }

li.error input { border:2px solid red; margin-bottom:2px; }
p.inline-errors { background:yellow; position:absolute; display:inline; font-size:0 }

