div#formcontainer {
	font-size: 1.0em;
	padding-top: 1.0em;
}

/*some extra styles for the checkbox and radio button sets*/	
div#formcontainer buttongroup {
	border: 0;
	float: left;
	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 buttongroup div {
	font-size: 1.2em; /* wrapper for the INPUT and its text - margin-bottom sets the vertical distance between buttons */
	margin-bottom: 5px;
}

div#formcontainer buttongroup input {
	margin-right: 5px; /* set the distance between button and its label text */
}

div#formcontainer clearfix {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px;
	vertical-align: top; /* adds the line above each section and provides vertical spacing */
}

div#formcontainer form {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}

div#formcontainer h3 {
	font-size: .8em;
	font-weight: bold;
	margin: 20px 0 0 10px;
}

div#formcontainer h4 {
	font-size: .75em;
	font-weight: normal;
	margin: 0 0 5px 10px;
}

form fieldset legend{
	color: #BF0000;
	font-size: 1.2em;
	font-weight: bold;
}

form form fieldset {
	border: 1px solid #CCCCCC;
	clear: left;
	margin-bottom: 15px;
	padding: 12px 0 12px 12px;
	width: 100%;
}

input{
	margin-left: 1.0em;
	margin-top: .2em;
	text-align: left;
}

label {
	color: #003366;
	margin-left: 10px; /* this is the text label on the left of each input */
	padding-bottom: .5em;
	padding-top: .5em;
}

select{
	margin-left: 1.0em;
	margin-top: .2em;
	text-align: left;
}

textarea{
	margin-left: 1.0em;
	margin-top: .5em;
	width: 400px;
}

.botbutton {
	text-align: center;
}

.formbutton {
	background-color: #90AAC5;
	border-bottom: 2px ridge #C1C1C1;
	border-left: 2px ridge #E4E4E4;
	border-right: 2px ridge #C1C1C1;
	border-top: 2px ridge #E4E4E4;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
	margin: .8em 0 .8em 0em;
	padding: .2em 1.2em .2em 1.2em;
	text-align: center;
}

.labeltext {
	color: #003366;
	margin: 0 0 .5em 2.0em;
}

.sep {
	border-top: 1px solid #CCCCCC;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.septop {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

