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

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

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

fieldset.inputs { }
form.formtastic fieldset ol li { float: left; width: 300px; margin-bottom: 5px; }
form.formtastic fieldset ol li label { float: left; width: 60px; display: inline; }
form.formtastic fieldset ol li input { float: left; width: 230px; padding: 4px; }
input.checkbox { float: left; width: auto; padding: 4px; }
form.formtastic fieldset ol li textarea { float: left; width: 230px; padding: 4px; height: 120px; }
form.formtastic fieldset.buttons li, form.formtastic fieldset ol li input#submit { float: none;}
form.formtastic fieldset.buttons { padding: 0; }
form.formtastic fieldset.buttons ol li { float: none; width: 100%;}
form.formtastic fieldset.register ol li { float: none; width: 100%; margin-bottom: 5px; }
form.formtastic fieldset ol li input.short { float: none; }
#registration fieldset ol li input#free-registration { width: 253px; }
