﻿.ContentForm-bt
{
	background: url(Images/FormContentBox.jpg) no-repeat 100% 0;
	margin: 0 0 0 17px;
	height: 12px;
}

.ContentForm-bt div
{
	height: 12px;
	width: 17px;
	position: relative;
	left: -17px;
	background: url(Images/FormContentBox.jpg) no-repeat 0 0;
}

.ContentForm-bb
{
	background: url(Images/FormContentBox.jpg) no-repeat 100% 100%;
	margin: 0 0 0 17px;
	height: 12px;
}

.ContentForm-bb div
{
	height: 12px;
	width: 17px;
	position: relative;
	left: -17px;
	background: url(Images/FormContentBox.jpg) no-repeat 0 100%;
}

.ContentForm-i1
{
	padding: 0 0 0 12px;
	background: url(Images/FormContentBorder.jpg) repeat-y 0 0;
}

.ContentForm-i2
{
	padding: 0 12px 0 0;
	background: url(Images/FormContentBorder.jpg) repeat-y 100% 0;
}

.ContentForm-i3
{
	display: block;
	margin: 0;
	padding: 0;
	background: url(Images/FormBackground.jpg) repeat-x;
}

.ContentForm-i3:after
{
	content: .;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.FormContentPanel
{
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 15px;
}

.FormTextBox
{
	float: left;
	background: url(Images/FieldBackground.jpg) repeat-x 0 0;
	margin-left: 7px;
}

.FormLabel
{
	float: left;
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

.FormDropDownBox
{
}

.FormCheckbox
{
}

.FormCheckboxList
{
}

.FormCheckboxList *
{
	color: #000000;
}

.FormContentPanel p
{
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
}

.FormResultText
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-style: normal;
}

.FormFieldValidationError
{
	color: #ff0000;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	margin-left: 5px;
}

.FormSectionDescription
{
	color: #877045;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
}

.FormPaneHeader
{
	background-color: #918047;
	border: ridge 3px #49432e;
	color: #ff9e31;
	font-weight: bold;
	font-size: 23px;
	font-style: normal;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	padding: 8px;
}

.FormPaneContent
{
}

.FormValidatorCallout div, .FormValidatorCallout td
{
	color: #000000;
	border: solid 1px #000000;
	background-color: #f9ffa3;
}

.FormValidatorCallout img
{
	border: 0;
	margin: 0;
	padding: 0;
}