#quiz fieldset {
	border: 0;
	margin: 1em 0
}
#quiz fieldset.question {
	padding-left: 30px
}
#quiz fieldset.question div {
	background: #F5F5F5;
	margin: 1px 25% 1px 0
}
#quiz fieldset.question div.reminder {
	background: transparent;
	color: #A00;
	font-weight: bold
}
#quiz fieldset.question.empty div.reminder {
	color: #0A0
}
#quiz fieldset.question span {
	background: #EEE
}
#quiz fieldset.question input {
}
#quiz fieldset.question .question {
	position: relative;
	margin-left: -15px;
	background: transparent;
	font-weight: bold;
	color: #000
}
#quiz fieldset.question .question span {
	display: block;
	position: absolute;
	bottom: -20px;
	left: -15px;
	height: 20px;
	width: 28px;
	overflow: hidden;
	background: transparent;
	font-size: 18px;
	font-style: italic;
	text-align: right;
	color: #CCC
}
