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

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 input.mx-button-yellow { font-size:13px; padding:5px 10px; font-weight:bold; }

#ctaPanel form.formtastic fieldset ol li.string input,
#ctaPanel form.formtastic fieldset ol li.password input{  }

#ctaPanel form.formtastic fieldset ol li label { width: 100%; text-align: center; }
#ctaPanel form.formtastic fieldset ol li { text-align: center; }
#ctaPanel form.formtastic fieldset ol li.boolean label { padding: 0; }
#ctaPanel form.formtastic fieldset.buttons { padding: 0; text-align: center; width: 100%;}
#ctaPanel form.formtastic fieldset ol li.commit {width:100%;}