.surveyQuestionDiv {
	background-color:#DEE4E7;
	
}

.surveyQuestionDiv form {
	margin:1px;
	background-color: #ffffff;
	border-bottom:1px solid #DEE4E7;	
}

.surveyQuestion_question {
	padding:0.3em 0.5em;
	background-color:#DEE4E7;
	display:block; 
	font-weight: bold;
}

.surveyQuestionDiv form ul {
	padding:0.5em;
}


.surveyQuestion_endRight {
	margin:0 auto;
	width:30%;
}

.surveyQuestion_endRight input {
	background-color: #DEE4E7;
	color:#787878;
	border:0;
	font-weight: bold;
	padding:0 5px;
	margin-bottom:5px;
}

.surveyQuestionDiv ul.answers {
	background-color: #ffffff;
	margin:1px;
	border-bottom:1px solid #DEE4E7;
}

.surveyQuestionDiv ul.answers li {
	padding:5px;
}

.surveyResult_answerDiv {
	height:10px;
}
