/* FITQUIZ STYLESHEET */

div.question-box{
	width: 535px;
	margin: 0 0 10px 0;
}

div.question-key{
	color: #f3761c;
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 20px;
	padding-left: 15px;
}

div.question{
	float: left;
	font-weight: bold;
	font-size: 12px;
	width: 480px;
}

div.fitquiz-feedback{
	width: 535px;
	min-height: 130px;
}

div.bad-answer{
	background: url("../images/fitquiz/fout.png") #fdf2f2 20px bottom no-repeat;
	width: 375px;
	min-height: 90px;
	padding: 20px 20px 20px 160px;
}

div.good-answer{
	background: url("../images/fitquiz/goed.png") #f4faf2 20px bottom no-repeat;
	width: 375px;
	min-height: 90px;
	padding: 20px 20px 20px 160px;
}

a.give-feedback{
	background: url("../images/fitquiz/Check01.jpg");
	display: block;
	width: 180px;
	height: 35px;
}

a.go-to-next-step{
	background: url("../images/fitquiz/volgende01.jpg");
	display: block;
	width: 120px;
	height: 32px;
	margin-top: 10px;
	margin-left: 380px;
	display: none;
}

a.give-feedback:hover{
	background: url("../images/fitquiz/Check02.jpg");
}

a.go-to-next-step:hover{
	background: url("../images/fitquiz/volgende02.jpg");
}

a.end{
	background: url("../images/fitquiz/einde01.jpg");
}

a.end:hover{
	background: url("../images/fitquiz/einde02.jpg");
}

div.question-top{
	background: url("../images/fitquiz/top.jpg") no-repeat;
	height: 6px;
	width: 540px;
}

div.question-float{
	background: url("../images/fitquiz/float.jpg");
	width: 540px;
}

div.question-bottom{
	background: url("../images/fitquiz/down.jpg") no-repeat;
	height: 6px;
	width: 540px;
}
