div.FormModule {
	padding: 15px 15px 0 15px;
	margin-right: 180px;
	clear: right;
}
/* General Text Styles */
div.FormModule h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: black;
}
* html div.FormModule h1 {
	height: 1%;
}
div.FormModule h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	color: black;
}
* html div.FormModule h2 {
	height: 1%;
}
div.FormModule h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: black;
}
* html div.FormModule h3 {
	height: 1%;
}
div.FormModule p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.75em;
}
* html div.FormModule p {
	height: 1%;
}
div.FormModule a {
	color: #e35b00;
	padding-left: 6px;
	background-image: url("Images/LinkArrow.gif");
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	width: auto;
}
div.FormModule a:link, div.FormModule a:active, div.FormModule a:hover {
	color: #e35b00;
}
div.FormModule a:visited {
	color: #666666;
}
div.FormModule a:hover {
	text-decoration: underline;
}
div.FormModule .Highlight {
	background-color: #fffe8b;
	font-style: italic;
}
/* Form Styles */
div.FormContainer {
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
div.FormContainer fieldset {
	border: 1px solid #ffffff;
	height: auto;
}
div.FormContainer fieldset h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: normal;
	color: black;
	padding: 0;
	margin: 13px;
}
div.FormContainer fieldset p.OptionalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #666666;
	padding: 0;
	margin: 2px 2px 2px 13px;
}
table.FormSection {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
}
table.FormSection th {
	text-align: right;
	vertical-align: top;
	width: 12em;
	padding: 2px 5px 1px 14px;
	color: #000000;
	font-weight: normal;
}
* html table.FormSection th  {
	height: 1%;
}
table.FormSection th.Error {
	color: #cc0000;
	border-left: 2px solid #cc0000;
}
table.FormSection th.Optional {
	color: #666666;
}
table.FormSection td {
	padding: 1px;
	vertical-align: top;
	width: auto;
}
* html table.FormSection td  {
	height: 1%;
}
table.FormSection td img.FormHint {
	border: 0;
	cursor: pointer;
}
table.FormSection td input, table.FormSection td select, table.FormSection td textarea {
	border: 1px solid #bababa;
	width: 15em;
	font-size: inherit;
}
table.FormSection td input.Radio, table.FormSection td input.Checkbox {
	border: 0;
	width: auto;
	text-align: left;
}
table.FormSection td select optgroup {
	background-color: #f5f5f5;
}
table.FormSection td select option {
	background-color: #ffffff;
}
table.FormCheckList {
	font-size: 0.75em;
	margin: 0 0 0 15px;
	padding: 0;
}
table.FormCheckList td {
	padding: 1px 1px 3px 15px;
	vertical-align: top;
}
table.FormCheckList td img.FormHint {
	border: 0;
	cursor: pointer;
}
table.FormCheckList td input.Radio, table.FormCheckList td input.Checkbox {
	border: 0;
	width: auto;
	text-align: left;
}
div.FormHint {
	width: 200px;
	height: auto;
	padding: 1px 8px 1px 8px;
	color: #666666;
	font-size: 0.9em;
	border-left: 2px solid #666666;
	background-color: #f5f5f5;
/*	left: 0px;
	top: 0px;*/
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 2;
}
div.FormErrorSummary {
	border: 1px solid #cc0000;
	border-left: 4px solid #cc0000;
	padding: 14px;
	color: #cc0000;
	margin-bottom: 10px;
}
* html div.FormErrorSummary  {
	height: 1%;
}
div.FormErrorSummary h1 {
	margin: 0 0 0 0;
	font-size: 0.9em;
	color: #cc0000;
	font-weight: bold;
}
* html div.FormErrorSummary h1  {
	height: 1%;
}
div.FormErrorSummary p {
	margin: 0 0 0 0;
	font-size: 0.75em;
}
* html div.FormErrorSummary p {
	height: 1%;
}
div.FormControls input.Submit, div.FormControls input.Reset {
	font-size: 1em !important;
	padding: 10px 6px 10px 16px;	
	margin-bottom: 5px;
	border: 0;
	background-color: #e35b00;
	background-image:   url("../../Images/FormSubmitArrow.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	width: auto;
	overflow: visible;
}
div.FormControls {
	width: 100%;
}
div.FormControls input.OptionalButton, table.FormSection input.OptionalButton {
	font-size: 0.7em;
	padding: 3px 3px 3px 13px;
	margin-bottom: 5px;
	border: 0;
	background-color: #e35b00;
	background-image:   url("../../Images/FormSubmitArrow.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	width: auto;
	overflow: visible;
}
div.FormModule input.OptionalButton {
	font-size: 0.7em;
	padding: 3px 3px 3px 13px;
	margin-bottom: 5px;
	border: 0;
	background-color: #e35b00;
	background-image: url("../../Images/FormSubmitArrow.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	width: auto;
	overflow: visible;
}

table.FormSection input.Submit, 
table.FormSection input.Reset,
table.FormSection input.OptionalButton {
	font-size: 0.8em;
	padding: 3px 3px 3px 13px;
}
table.FormSection input.FileUpload {
  width: 250px;
}
div.OptionalFormControls {
	float: right;
	text-align: right;
}
div.FormControls div.OptionalFormControls input {
	font-size: 0.7em;
	padding: 3px 3px 3px 13px;
	margin-bottom: 5px;
	border: 0;
	background-color: #e35b00;
	background-image:   url("../../Images/FormSubmitArrow.gif");
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	width: auto;
	overflow: visible;
}
