@charset "UTF-8";
/* CSS Document */

div#formcontainer form label {
	width:8em;
	float:left;
	font-size:12px;
	color: #333333;
	margin:0;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
} /* this is the text label on the left of each input */
#formcontainer {
	width: 530px;
}
/*some extra styles for the checkbox and radio button sets*/	
div#formcontainer input[type="submit"] {display:block; margin-left:auto; margin-right:10px;}
div#formcontainer input[type="reset"] {display:block; margin-left:auto; margin-right:10px;}

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
div#formcontainer input[type="firstName"] {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 85%;
}
div#formcontainer input[type="text"] {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.text {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 85%;
}
div#formcontainer form  {
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
