textarea {
	font-family: Tahoma;
	font-size: .9em;
}
legend {
	font-weight: bold;
	color: #CC0033;
}
fieldset {
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}


input {
	font-size: 0.9em;
	font-family: Tahoma;
}
select {
	font-size: 0.9em;
	font-family: Tahoma;
}
label {
	font-size: .9em;
	font-family: Tahoma;
}
.button {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666699;
	border: 3px outset #CCCCCC;
	font-family: Tahoma;
}
.error_message {
	color: red;
	line-height: 2em;
	font-family: Tahoma;
	font-size: .9em;
	font-weight: bold;
}

