.SurveyRunBody {
        background: #404040 url(http://www.questionpro.com//userimages/sub-1/810401/bg.jpg) repeat-x;
        padding: 0px;
        margin: 0px;
}

.SurveyContent {
	background: #f2f2f2;
	border: 5px solid #FFB000;
	height: 100%;

}

.SurveyContent textarea, .SurveyContent input, .SurveyContent select, .SurveyContent option {
        font-size: 10pt; 
        font-family: "Arial", Helvetica, sans-serif;
        color: #0b507c;
}

.SurveyContent a, .SurveyContent a:visited, .SurveyContent a:link, .SurveyContent a:hover { 
        color: #00759b;
}

/*removed styles from here*/

.AnswerText, .AltQuestionText, .AltAnswerText, .SurveyHeader, .SurveyFooter, .QuestionError, .SurveyValidation, .SurveySectionHeading, .SurveySectionSubHeading, .SurveySectionHeadingSmall {
        font-size: 10pt; 
        font-family: "Arial", Helvetica, sans-serif;
        color: #7d7d7d;
}

.QuestionDescription, .QuestionText {
	   font-weight: bold;
	    color: #1f1f1f;
}

.SurveyTop {
        margin-top: 15px;
}

.QuestionDescription {
        padding-top: 3px;
        padding-bottom: 3px;
}

.QuestionText { 
}

.AltQuestionText {
        background: #fff;
}

.AnswerText {
        padding-left: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
}

.AltAnswerText { 
        background: #fff;
}

.SurveyHeader { 

        text-align: center;
        font-weight: bold;
}

.SurveyFooter { 
        text-align: center;
}

.QuestionError { 
        color: #cc0000 !important;
}

.SurveyValidation { 
        color: #cc0000 !important;

}


.SurveyTipContent {
        padding: 5px 3px 5px 2px;
}

.SurveySectionHeading { 
        font-size: 18pt !important;
        color: #ffffff !important;
        font-weight: bold;
        background-color: #000000; 
        padding: 0px 3px 0px 2px;
}

.SurveySectionSubHeading { 
        font-size: 14pt !important;
        font-weight: bold;
        padding: 0px 3px 5px 2px;
}

.SurveySectionHeadingSmall { 
        font-weight: bold;  
}

.SurveyDivider { 
         border-bottom: 1px dashed #0b507c;
         margin-top: 10px;
         margin-bottom: 10px;
} 

.SurveyHighlight {
         background-color: #ffffcc;
}

#SurveySubmitButton {
        padding-top:15px;
        padding-bottom:15px;
}

.SurveyTableHeader {
        padding: 2px 8px 2px 8px;
        text-align: center;
}

.SurveyTableGrid {
        border-collapse: collapse;
}

.SurveyTableGrid th  {
        border: 1px solid #ccc;
        padding: 5px 4px 2px 4px;
        background: #f5f5f5;
        text-align: center;
}

.SurveyTableGrid td  {
        border: 1px solid #ccc;
}

.SurveyTableNoGrid td {
        border: none;
}

.iconLink {
        font-size: 8pt;
        vertical-align: middle;
        color: #3252b2;
}

a.iconLink, a.iconLink:visited, a.iconLink:link { 
        text-decoration: none; 
        color: #3252b2;
}

a.iconLink:hover { 
        text-decoration: underline; 
}

.shadowedBox,.shadowedBoxIE {
        display: none;
        position: absolute;
        margin-left: -16px;
        margin-top: -2px;
        z-index: 1000;
}

.shadowedBoxBody {
        border: solid 2px #333333;
        background-color: white;
        padding:10px;
        font-size: 10pt; 
        font-family: "Arial", Helvetica, sans-serif;
        color: #0b507c;
}

