<style>
FORM {font-family: Verdana, times, Helvetica, sans-serif;
	background: #DFEFF7;
	font-size: 9pt;
	border: 1px solid #C0C0C0;
	padding: 0px;
}
/* Form buttons and other non-text area settings */
TEXTAREA, INPUT, SELECT, OPTION, PASSWORD, .area {
	font-family: "times", "verdana";
	font-size: 9pt;
	border: 1px solid #C0C0C0;
	margin: 2px;
	padding: 0px;
}
BUTTON {
	font-family: "times", "verdana";
	font-size: 9pt;
	border: 1px solid #C0C0C0;
	padding: 0px;
	margin: 2px;
	color: red;

}
/* Headings to display above the form, if none are provided within the web page */
.headertext {
	font-family:times;
	font-size: 	90%;
	color: #522909;
}
/* How labels are displayed (Your name...) */
.labeltext {
	font-family:times;
	font-size: 	90%;
	color: #522909;
}
/* Catch all - may not be used */
.othertext {
	font-family: times;
	text-decoration: none;
	color: red;
	font-size: 70%;
	font-weight: normal;
}
/* applies only to the "sent successfully" message */
.finaltext {
	font-family: times;
	text-decoration: none;
	color: #522909;
	font-size: 80%;
	font-weight: normal;

}
</style>

