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

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.text div div.markItUp { width:100%; display: block; }
form.formtastic fieldset ol li.text div div.markItUp textarea { width:100%; margin-top: .2em}
div.markItUp iframe { width:100%;}
li.markItUpButton {margin-bottom: 0px;}

/* ---- login ---- */
form.formtastic fieldset.login {width: 20em; margin: 40px auto; font-size: 1.5em; border:1px solid; padding: 2em}