.FormOuterTable
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#676767;
	padding: 0px;
	width: 500px;
}
.FormError
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: red;
}
.FormButton
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	background-image: url(../images/buttonstandard.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #EFF7FF;
	border-left: solid 1px #1896C6; 
	border-top: solid 1px #1896C6; 
	border-right: solid 2px #1896C6; 
	border-bottom: solid 2px #1896C6; 
	font-size: 12px;
	font-weight: bold;
	color: #1896C6;
	padding-right: 25px;
	height: 24px;	
}
.FormCategory
{
	width: 100%;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #18457B;
	color:#676767;
	background-color: white;
	margin-bottom: 10px;
}
.FormCategoryHeaderBar
{	
	color: #2971B5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF6510;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px dashed #ff6510;
}

.FormFullWidthCell
{
	color: #18457B;
	background-color: pink;
	width: 90%;
	margin-left: 5px;
}
/* label */
.FormLabelCell
{
	width: 125px;
	padding: 3px;
	text-align: right;
}
.FormLabel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#676767;
	margin-right: 10px;
}
/* elements */
.FormElementCell
{
	width: 375px;
	font-size: 11px;
}
.FormElement
{
	color: #18457B;
	background-color: white;
	width: 90%;
	margin-left: 5px;
}
.FormElement input, .FormElement select, .FormElement textarea
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	background-color: #EFF7FF;
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px gainsboro;
	border-right: solid 1px gainsboro;
	border-left: solid 1px dimgray;
	border-top: solid 1px dimgray;
	color: #2971B5;
	border-style:inset;
}
.FormElementShortAnswer
{
}
.FormElementLongAnswer
{
}
.FormElementSingleSelect
{
}
.FormElementMultiSelect
{
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	background-color: white;
	font-size: 11px;
}
.FormElementMultiSelect input, .FormElementMultiSelect select, .FormElementMultiSelect textarea
{
	background-color: white;
	border: solid 0px gainsboro;
	border-style:inset;
}
.FormElementDateMonth
{
}
.FormElementDuration
{
}
.FormElementDate
{
}

