.red {
	color: #FF0000;
}
#contact input[type="submit"] {
	background: #99CC00;
	border: 1px outset #CCCCCC;
	width: 55px;
	font-size: 10px;
	color: #FFFFFF;
	height: 22px;
	margin-right: 10px;
}
#contact input[type="reset"] {
	background: #999999;
	border: 1px outset #CCCCCC;
	width: 55px;
	font-size: 10px;
	color: #FFFFFF;
	height: 22px;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
fieldset {
	margin-bottom: 15px;
}
#quote table tr:hover {
	background: #FFFFFF;
}

