

.questionWrapper {
	margin: 0px;
	padding: 10px;
	border: 1px solid #eeeeee;
	background-color: #fcfcfc;
}

.questionHeader {
	margin: 0px;
	padding: 0px;
	color: #a40c0c;
	font-weight: bold;
	font-size: 18px;
}

.questionQuestion {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #2e1a71;
	font-weight: bold;
}

.questionOptions {
	margin: 0px;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	border-top: 1px solid #eeeeee;
}

.answerDisplay {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #000000;
	font-weight: normal;
	border-top: 1px solid #eeeeee;
	display: none;
}

.answerResult {
	margin: 0px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	background-color: #a40c0c;
	color: #ffffff;
	text-align: center;
}

.answerCorrect {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	color: #2e1a71;
	font-weight: bold;
}

.answerText {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
}

#quizControl {
	margin: 0px;
	padding: 20px;
	border: 1px solid #eeeeee;
	background-color: #fcfcfc;
	text-align: center;
	color: #a40c0c;
	font-weight: bold;
	font-size: 24px;
	line-height: 22px;
}

#quizControl a{
	color: #a40c0c;
	text-decoration: none;
	font-weight: bold;
}

.npWrapper {
	position: relative;
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

.npWrapper .left {
	text-align: left;
	width: 100px;
	position: absolute;
	top: 4px;
	left: 5px;
}

.npWrapper .right {
	text-align: right;
	width: 100px;
	position: absolute;
	top: 4px;
	right: 5px;
}

.npWrapper a {
	font-size: 10px;
	font-weight: bold;
}

