.txt_header {
	font-weight: bold;
	color: #D4007A;
}

.question_form {
	background-color:#FBD15D;
	border:2px solid #E8BB37;
	padding: 5px;
}

.question_form table tr td {
	white-space: normal;
}

input[type=radio], input[type=checkbox] {
	margin-right:5px;
}