form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
    margin: 0px;
    padding: 0px;
}

form fieldset {
    /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
    padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding right: 6px;        /* padding in fieldset support spotty in IE */
	margin: 0px;
	height: auto;
	width: 408px;
	display: block;
	/*border: 2px groove #EEEEEE; */
}
form label { 
	font: 11px Arial, Helvetica, sans-serif;
	/* float: left; */
	/* display: block;  /* block float the labels to left column, set a width */
	/* width: 120px; */
	/* padding-right: 3px; */
}
form input {
	font: 11px Arial, Helvetica, sans-serif;
	/*display: inline; */
}
legend {
	font: 14px "Times New Roman", Times, serif;
	color: #006600;
}
td legend {
	font: 14px "Times New Roman", Times, serif;
	color: #006600;
}
form br {
	clear:left;
}
.container {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 920px;
	height: auto;
	border: 1px solid #AAAAAA;
	padding-top: 50px;
	padding-bottom: 100px;
}
.left {
	float: left;
	margin-left: 20px;
}
.right {
	float: right;
	margin-right: 20px;
}
.centered {
	float:none;
}
.misctext {
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
}
td {
	font: 11px Arial, Helvetica, sans-serif;
}
td input{
	font: 11px Arial, Helvetica, sans-serif;
}
.alert {
	color: #FF0000;
	font-weight: bold;
}
