#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

fieldset {
width:800px;
}

legend {
font-size:1.5em;
color:#FF9900;
font-weight:bold;
}

legend .blue {
color:#00578f;
}

.formInfo {
}

.formItem {
	clear: both;
	margin: 5px 0px 0px 0px;
	font-size:.8em;
	font-weight:bold;
}

.formLabel {
	width: 350px;
	display: block;
	float: left;
}

.formLabel2 {
	width: 460px;
	display: block;
	float: left;
}

.formItem input {
	float: left;
	margin: 0px 5px;
}

/* Prefix for form input field (eg $, %) */
.formPrefix {
	width: 20px;
	display: block;
	float: left;
}

/* Suffix for form input field (eg minutes, days) */
.formSuffix {
	width: 20px;
	display: block;
	float: left;
}