.DynamicForms_Maintable
{
      width: 100%;
      padding: 2px;
}

.HiddenQuestion
{
    display: none;
}

.DynamicForms_Summary, .DynamicForms_ServerSideSummary
{
    font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	color: #ff0000;
}

.DynamicForms_Label
{
    font-family: Arial;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    text-decoration: none;
}

.DynamicForms_DisabledCheckBoxList
{
     background-color: #efefef;
}

.DynamicForms_DisabledTextBox
{

     background-color: #efefef;
}


.DynamicForms_DisabledListBox
{
     background-color: #efefef;

}

.DynamicForms_DisabledRadioButton
{

     background-color: #efefef;
}


.DynamicForms_DisabledCountry
{

     background-color: #efefef;
}

.DynamicForms_DisabledRichTextbox
{

     background-color: #efefef;
}

.DynamicForms_FieldError
{

     background-color: red;
}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
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;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}









