/*contact form*/
#contact input[type="submit"] {
	color: #FFFFFF;
	background: #CC0000;
}
#contact input[type="reset"] {
	color: #FFFFFF;
	background: #CC0000;
}

/*application form*/

#apply input[type="submit"] {
	color: #FFFFFF;
	background: #CC0000;
	margin-right: 20px;
}

#apply input[type="reset"] {
	color: #FFFFFF;
	background: #CC0000;
}
#apply fieldset {
	color: #333333;
	background: #F0F0F0;
	text-align: left;
	margin-left: 20px;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#apply legend {
	font-weight: bold;
	color: #990000;
}

#apply label {
	font-weight: normal;
	font-size: 110%;
	float: left;
	width: 13em;
}
#apply p {
	margin: 10px;
}
#apply input[type="radio"] {
	margin-right: 25px;
}
