.DynamicForms_Maintable {
	width: 100%;
	padding: 0px;
}
.DynamicForms_Label {
	color: #000;
	text-decoration: none;
	font: Normal 10.5pt Tahoma, Arial, Helvetica;
}
.DynamicForms_DisabledCheckBoxList {
	background: #efefef;
}
.DynamicForms_DisabledTextBox {
	background: #efefef;
}
.DynamicForms_DisabledListBox {
	background: #efefef;
}
.DynamicForms_DisabledRadioButton {
	background: #efefef;
}
.DynamicForms_DisabledCountry {
	background: #efefef;
}
.DynamicForms_DisabledRichTextbox {
	background: #efefef;
}
.DynamicForms_FieldError {
	background: red;
}
#hintbox {
	position: absolute;
	top: 0;
	width: 150px;
	padding: 3px;
	border: 1px solid black;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
	background: lightyellow;
}
.hintanchor {
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}
