#quiz-module .bd{
	padding: 10px 5px 41px;
	color: #333;
}

#quiz-question{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}

#quiz-answers{
	margin-left: 30px;
}

#quiz-answers input{
	margin-bottom: 10px;
	
	*margin-bottom: 5px;
}

#quiz-radio-3{
	margin:0;
}

#quiz-answers span{
	margin-left: 10px;
	position: relative;
	top:-2px;
	
	*top:-7px;
}

#quiz-answers span.highlight{
	font-size: 12px;
	font-weight: bold;
	color: #412985;
}

#quiz-answers span.dim{
	font-size: 12px;
	font-weight: normal;
	color:#999;
}



#quiz-notify{
	display: none;
	margin-top: 30px;
}

#quiz-submit{
	background:transparent url(../img/min-global-spr.png) repeat scroll -882px -1652px;
	border:medium none;
	cursor:pointer;
	height:24px;
	text-indent:-9999px;
	text-transform:uppercase;
	width:65px;
	margin-top:10px;
	float:right;
}

#quiz-submit.enabled{
	background-position:-762px -1652px;
}

#answer-state.correct,
#answer-prefix{
	font-size: 12px;
	font-weight: bold;
	color: #412985;
}

#answer-state.incorrect{
	color:#ff0000;
}

#answer-prefix{
	margin-left:5px;
}
