/********************* Form Text Styles *************************/

.formText td{
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Sans";
	font-size: 10px;
	font-style: normal;
	margin: 0px;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
} 

/********************* Form Field Styles *************************/

fieldset {
	border: 1px solid #003366;

}
legend {
	font-family: "Lucida Sans Unicode", "Lucida Sans";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

.fieldMessage {
	width: 75%;
	border: 1pt groove #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-indent: 2pt;
}
.fieldSelect {
	height: 60px;
	width: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-indent: 2pt;
	border: 1pt groove #003366;
	font-weight: normal;
}
.field1 {
	height: 17px;
	width: 125px;
	border: 1pt groove #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-indent: 2pt;
	font-weight: normal;
}
.field2 {
	height: 17px;
	width: 75%;
	border: 1pt groove #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-indent: 2pt;
}
.field3 {
	height: 17px;
	width: 90%;
	border: 1pt groove #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-indent: 2pt;
}
.fieldShort {
	height: 17px;
	width: 50px;
	border: 1pt groove #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-indent: 2pt;
	font-weight: normal;
}
.fieldState {
	height: 17px;
	width: 25px;
	border: 1pt groove #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-indent: 2pt;
	font-weight: normal;
}

