.FormOuterTable
{
	background-image: url(Images/tbbg.gif);
	background-repeat: repeat-x;
	border-top: solid 1px dimgray;
	background-color: white;
	color: #18457B;
	padding: 10px;
	width: 100%;
}
.FormText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#63798D;
}
.FormLabel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#63798D;
}
.FormError
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:red;
}
.FormElement
{
	background-image: url(images/tbbg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#63798D;
	background-color: #FFFFFF;
	border: solid 1px dimgray;
	font-weight: bold;
	width: 95%;
	margin-left: 5px;
}
.FormButton
{
	background-image: url(../Images/button_gradient.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color: navy;
	/* border: solid 1px #336699; */
	font-weight: bold;
}
.FormCategoryHeaderBar
{
	background-image: url(../Images/button_gradient.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	/*color:#63798D;*/
	color: White;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: solid 1px #E0E0E0;
	padding: 3px;
}
.FormCategoryBox
{
	background-color: transparent;
	width: 100%;
}
.FormLabelCell
{
	width: 150px;
	background-color: #F1F1F1;
	padding: 3px;
	border-top: solid 1px white;
}
.FormElementCell
{
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#63798D;
	width: 400px;
	border-top: solid 1px gainsboro;
}


