/* Survey CSS */


.survey_section_container .sectionRow {margin-bottom: 1em;}
.survey_question_row{padding-left:0.2em;}

.survey_section_container legend {font-weight: bold;}

.survey_question_row .question_label {font-weight: bold;}

.survey_question_row .survey_radiobutton_label,
.survey_question_row .survey_checkbox_label,
.survey_question_row .survey_multipletextbox_label{font-weight: normal;}

.survey_question_row .survey_textbox,
.survey_question_row .survey_multipletextbox,
.survey_question_row .survey_checkbox_other_option,
.survey_question_row .survey_radiobutton_other_option{width: 20em;margin-top:0.2em;}


.survey_question_front .survey_textarea{width:30em; height:10em;}

