/*
Title	: Quiz
Author	: Vincent Kessels, vincent@roquin.nl
Version	: 1.0
--------------------------------------------------------*/

.quiz-question-and-answers-wrap {
	background: url(../images/css/box-quiz-bottom.gif) no-repeat 0 100%;
	}
	
.quiz-question-and-answers {
	background: url(../images/css/box-quiz-top.gif) no-repeat 0 0;
	padding: 15px;
	}
	
.quiz-question-and-answers h3 {
	margin-bottom: 5px;
	}

.quiz-radio-and-label-wrap {
	margin-bottom: 10px;
	}

.quiz-radio-and-label {
	margin-bottom: 5px;
	}
	
.quiz-answer-correct {
	color: #339933;
	font-weight: bold;
	}

.quiz-answer-wrong {
	color: #cc3333;
	font-weight: bold;
	}