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

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

.multi-question .survey-question {
	font-weight:bold;
	display:block;
	padding:10px 0 5px 0;
	border-bottom:1px solid #afaaa8;
}

label {
	font-weight:normal;
}

input.answer {
	margin: 0 0 0 20px;
}

.question-content {
	margin-top:20px;
}

.survey_error {
	margin:20px 0 20px 0;
	font-weight:bold;
	color: #cf0b2b;
}
