legend {
	display: none;
	border: none;
}
fieldset {
	border: none;
}
form {
	width: 100%;
}
#main_content form fieldset label {
	width: 150px;
	font-size: 125%;
	text-align: right;
	padding-right: 8px;
	float: left;
}
#main_content form fieldset br {
	clear: both;
	line-height: 2em;
}
#main_content form fieldset input, #main_content form fieldset textarea, #main_content form fieldset select {
	width: 300px;
	font-weight: bold;
	font-size: 125%;
	color: #214F9A;
	float: left;
	background-color: transparent;
}
#main_content form fieldset textarea {
	height: 65px;
}
#main_content form fieldset input {
	height: 20px;
}
.submit_it {
	width: 100px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #9C7324;
	margin: 10px 0 10px 170px;
}

