.question, #action-button {
	display:none;
}

form.survey-form {
	text-align:left;
}

.multi-question .question {
	display:block;
	padding:5px;
	margin-top:10px;
/*	background-color: #fff4cc;*/
	border-top:#CCC 1px solid;
	color: #333;
	font-size:10pt;
	border-left:8px solid #CCC;
}

.question-content {
/*	margin-top:5px; */
	color: #333;
	font-size:10pt;
}

.user-answer {
	border: #CCC 1px solid;
}

#collect-name p, #collect-name label {
	color: #333;
	font-size:9pt;
}

#collect-name input {
	border: #CCC 1px solid;
}
.survey_sites {display:none;}

#survey-question-area {height:500px; margin-bottom:10px; overflow:auto;}
