div#formcontainer {float:left; width:390px; margin-left:2px;}
div#formcontainer2 {float:left; width:270px; margin-left:1px;}
div#formcontainer div.clearfix {padding:10px 0px; vertical-align:top;} /* adds the line above each section and provides vertical spacing */
div#formcontainer form label {width:120px; float:left; color: #003366;   margin:0 10px;} /* this is the text label on the left of each input */

div#formcontainer2 form label {width:80px; float:left; color: #003366;   margin:0 10px;} /* this is the text label on the left of each input */


/*some extra styles for the checkbox and radio button sets*/	
div#formcontainer div.buttongroup {float:left; margin:0px; padding:0px; } /* a container for a groups of buttons - suppresses the clearfix div top border on the divs around the radio buttons/checkboxes */
div#formcontainer div.buttongroup div {margin-bottom:5px; } /* wrapper for the INPUT and its text - margin-bottom sets the vertical distance between buttons */
div#formcontainer div.buttongroup input {margin-right:5px; } /* set the distance between button and its label text */
/* postions the submit button by selecting a div with attribute type SUBMIT - IDWIMIE */
div#formcontainer input[type="submit"] {display:block; margin-left:140px; margin-right:10px; color: #333333; background-color: #D3EEF5;}
div#formcontainer2 input[type="submit"] {display:block; margin-left:140px; margin-right:10px; color: #333333; background-color: #D3EEF5;}
