/***************/
/**Form Styles**/
/***************/

/*container of entire form*/
fieldset {} 

/*main label for form (NOT the label for fields)*/
legend {margin-left:2em;color: #000000;font-weight: bold;}

/*container for all of the fields*/
fieldset ol {padding: 0 1em 0 1em;list-style: none;}

/*each individual container or input*/
fieldset li {width:280px;border:1px solid #DAD8D3;padding:10px;height:60px;float:left;margin:5px;}
fieldset li.radio_strip {width:590px;border:1px solid #DAD8D3;padding:10px;height:60px;float:left;margin:5px;}
fieldset li.text_area {width:590px;border:1px solid #DAD8D3;padding:10px;height:60px;float:left;margin:5px;}

fieldset li input.text {width:270px;}
fieldset li .textarea {width:590px;}

/*submit button*/
fieldset.submit {border-style: none;text-align:center;}

/*labels for each input*/
label {display: block; font-size:11px;padding-bottom:3px;}