.quiz .quizQuestion
{
    clear: both;
}

.quiz .quizQuestion img
{
    float: right;
    margin-bottom: 1.5em;
}

.super
{
    font-size: 75%;
    vertical-align: super;
}

#quizQuestion32 .checkbox,
#quizQuestion37 .checkbox
{
    width: 40%;
}

#quizQuestion45 .checkbox,
#quizQuestion54 .checkbox
{
    width: 30%;
}

.quizScore 
{
	margin-top:1em;
}

.quizScore .quizScoreValue
{
	font-size:175%;
	font-weight:bold;
}

#header
{
	background-image: url("../images/pic_quiz.jpg");
	padding-bottom: 150px;
}


