.margin-left: 0px;

/*NOTE: The styles below are used for the background of the page etc*/

.BS_bg{
     background-image: url("http://docushare.lps.org:8080/docushare/dsweb/Get/Document-4181/SurveyStripe.png");
}


/*NOTE: The styles below are used for the table cells of the questions etc*/

.BS_question_title{background-color: #fee991;border: 1px solid #d1cffe;}
.BS_question_note{background-color: #d1cffe;border: 1px solid #d1cffe;}
.BS_question_body{background-color: #FFFFFF;border: 1px solid #d1cffe;}


/*NOTE: The styles below are used for the text of the questions etc*/

.BS_question_text{font-family: tahoma;font-size:14px;color:#000088;font-weight: bold;  padding: 10px;}
.BS_note_text{font-family: tahoma;font-size:12px;color:#6c66fe;  padding: 10px;}
.BS_body_text{font-family: tahoma;font-size:12px;color:#000000;  padding: 10px;}


/*NOTE: The styles below are used for the matrix questions etc*/

.BS_head{background-color: #6c66fe;}
.BS_alt{background-color: #fef0d1;}
.BS_alt2{background-color: #fee1a6;}


