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

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{background-color:#eee; border: 1px solid #aaa; padding:10px 0px 0px 50px;}

form.formtastic .inputs input{margin-right:5px;}
form.formtastic .buttons {width:100%;}
form.formtastic .buttons input{padding:3px; font-weight:bold}

form.formtastic fieldset.buttons { padding-left:0%; }
form.formtastic fieldset ol { }
/*
form.formtastic fieldset.buttons li { float:right; padding-right:60px; }
                                                                  */
form.formtastic fieldset ol li label {
        float: left;
        margin-right: 10px;
        text-align: right;
        width: 150px;
    font-weight:bold;

}

form.formtastic fieldset ol li.string input { width:50%; }
form.formtastic fieldset ol li.numeric input { width:50%; }
form.formtastic fieldset ol li.password input { width:50%; }
form.formtastic fieldset ol li.text textarea { width:50%; }
form.formtastic fieldset ol li.boolean label { padding-left:54%; width:auto; }
form.formtastic fieldset ol li.boolean label input { margin:0 0.5em 0 0.2em; }
form.formtastic fieldset.buttons { padding-left:0%; width:auto;}
.questions, form.formtastic legend span, form.formtastic fieldset.buttons li { float:left; padding-left: 160px; font-size:110%; }
form.formtastic fieldset.buttons a.clear { font-size:130%; text-decoration:none; display:block; padding:5px; margin-left:380px; width:auto;}
form.formtastic fieldset.buttons a.clear:hover { text-decoration:underline }

form.step fieldset td li label{ width:20px; }
form.step fieldset ol li.string input.answer { width:85%;}
