#SurveyForm
{
	width: 95%;
}

#SurveyForm body, #SurveyForm .Normal
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#SurveyForm td, #SurveyForm p, #SurveyForm input, 
#SurveyForm select, #SurveyForm submit, #SurveyForm textarea, 
#SurveyForm label
{
    font-weight: normal;    
    font-size: 11px;
    
    padding: 3px;
}

#SurveyForm label
{
    font-weight: bold;
}

.SectionHeader, .SectionHeader td
{   
    background-color: #6d0000;
    color: #ffffff;

    font-size: 14px;
    font-weight: bold;
}

.ErrorBox 
{
}

#SurveyForm .ValidationText, 
{
    color: #cccccc !important;	/* Override ASP.NET styles */
    font-weight: bold;
}
