
h3#question {
	margin: 15px 0;
}

ul#answers {
	margin: 20px 0 20px 5px ! important;
	padding: 0 ! important;
}
ul#answers li {
	margin-left: 5px ! important;
	padding-left: 0 ! important;
	list-style: none ! important;
}
ul#answers li input {
	margin-right: 10px;
}

form#quiz {
	margin: 15px 0;
}
form#quiz fieldset {
	border: none;
}
form#quiz fieldset legend {
	font-style: italic;
	padding: 0 0 0 20px;
	background: white url(/images/quiz/question_icon.png) no-repeat scroll left;
}

li span.question-text {
}

li span.answer-text {
	display: block;
	margin: 5px 0 10px 10px;
	padding-left: 22px;
	font-style: italic;
}

li.answer-correct span.answer-text {
	background: white url(/images/quiz/correct.png) no-repeat scroll left;
	color: green;
}

li.answer-false span.answer-text {
	background: white url(/images/quiz/false.png) no-repeat scroll left;
	color: #8b0000;
}
