.SurveyRunBody {
        background: #7f7368;
        padding: 0px;
        margin: 0px;
}

.SurveyContent {
        background: #ffffff; border: 10px solid #e5e1d8;
        height: 100%;
}

.SurveyContent textarea, .SurveyContent input, .SurveyContent select, .SurveyContent option {
        font-size: 14px; 
        font-family: "Lucida Grande", Arial, sans-serif;
        color: #222222;
}

.SurveyContent a, .SurveyContent a:visited, .SurveyContent a:link, .SurveyContent a:hover { 
        color: #222222;
}

.QuestionDescription, .QuestionText, .AnswerText, .AltQuestionText, .AltAnswerText, .SurveyHeader, .SurveyFooter, .QuestionError, .SurveyValidation, .SurveySectionHeading, .SurveySectionSubHeading, .SurveySectionHeadingSmall {
        font-size: 14px; 
        font-family: "Lucida Grande", Arial, sans-serif;
        color: #222222;
}

.SurveyTop {
        margin-top: 25px;
}

.QuestionDescription {
        padding-top: 3px;
        padding-bottom: 3px;
}

.QuestionText { 
}

.AltQuestionText {
        background: #cccccc;
}

.AnswerText {
}

.AltAnswerText { 
        background: #cccccc;
}

.SurveyHeader { 
        text-align: center;
        font-weight: bold;
}

.SurveyFooter { 
        text-align: center;
}

.QuestionError { 
        color: #cc0000 !important;
}

.SurveyValidation { 
        color: #a92251 !important;
}

.SurveySectionHeading { 
        font-size: 14pt !important;
        color: #ffffff !important;
        font-weight: bold;
        background-color: #222222; 
        padding: 5px 3px 5px 2px;
}

.SurveySectionSubHeading { 
        font-size: 14pt !important;
        font-weight: bold;
        padding: 5px 3px 5px 2px;
}

.SurveySectionHeadingSmall { 
        font-weight: bold;  
}

.SurveyDivider { 
         border-bottom: 1px dotted #222222;
         margin-top: 10px;
         margin-bottom: 10px;
} 

#SurveySubmitButton {
        padding-top:15px;
        padding-bottom:15px;
}

.SurveyTableGrid {
        margin: 2px 0px 5px 0px;
        border-collapse: collapse;
}

.SurveyTableGrid th  {
        border: 1px solid #ccc;
        padding: 2px 4px 2px 4px;
        background: #cccccc;
        text-align: center;
}

.SurveyTableGrid td  {
        border: 1px solid #ccc;
        padding: 3px 4px 3px 4px;
}

.SurveyTableNoGrid td {
        border: none;
}


