
/**** form ****/
.simplesurvey .simplesurvey_form{
	padding: 10px;	
}
.simplesurvey .survey_question{
	font-weight: bold;
}
.simplesurvey .survey_answers{
	
}
.simplesurvey .survey_answers .survey_answers_wrapper{
	width: 100%;	
}
.simplesurvey .survey_answers .survey_answers_wrapper .fieldCase{
	width: 10%;	
	text-align: right;
	padding: 0px;
	padding-bottom: 5px;
}
.simplesurvey .survey_answers .survey_answers_wrapper .fieldCase input{
	border: none;
	margin: 0px;	
}
.simplesurvey .survey_answers .survey_answers_wrapper .labelCase{
	width: 90%;	
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 5px;
}
.simplesurvey .survey_submit{
	text-align: center;
}

/** intro **/
.simplesurvey .introduction_paragraph{
	padding: 10px;	
}

/** loading **/
.simplesurvey #loading_div{
	height: 34px;
	width: 100%;
	background: url('../../images/ajax-loader.gif') no-repeat center center;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*** report ***/
.simplesurvey .report{
	padding: 10px;
}
.simplesurvey .report .report_survey_question{
	font-weight: bold;
}
.simplesurvey .report .report_totalvote{
	
}
.simplesurvey .report .report_answer_table{
	width: auto;
}
.simplesurvey .report .report_answer_table .answer_label{
	width: auto;
	padding-right: 10px;
	text-align: right;
}
.report_answer_table .answer_note_chart{
	width: 50%;
}
.report_answer_table .answer_note_stat{
	width: 45px;
	white-space: nowrap;
	padding-left: 10px;
	text-align: center;
}
.report_answer_table .total_line td{
	background-color: #f1f1f1;	
	border-top: 5px solid #ffffff;
}
.report_answer_table .total_line .answer_label,
.report_answer_table .total_line .answer_note_stat{
	font-weight: bold;
}
