/*************************** QUIZ *******************/
.quiz-answer {
	padding-left: 25px;
	margin: 2px 0;
}
.quiz-question-wrap td.quiz-answer-correct {
	color: blue;
	font-weight: bold;
}
.quiz-answer-wrong {
	background: url('images/wrongsign.gif') left top no-repeat;
}
.quiz-answer-correct-user {
	background: url('images/correctsign.gif') left top no-repeat;
	color: blue;
	font-weight: bold;
}
#ajax-loader {
	display: none; 
	position: absolute;
	background: transparent url(images/quiz-box-bg.png);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:50% 50%; 
	opacity: 0.8;
}
.user-simplequiz-pi1 #quiz-wrap .quiz-question-wrap .csc-header-n2 h1 {
	margin-top: 5px;
}
.quiz-question-wrap .questionnumber h1 {
	margin-top: 22px;
}
#quiz-lightbox {
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 3000;
	text-align: center;
	vertical-align: middle;
	display: none;
}
#quiz-time-trial-button {
	height: 50px;
	font-size: 25px;
	background: lime;
	cursor: pointer;
	padding: 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 200px;
	display: none;
}
.questionnumber h1 {
	margin: 0 0 0;
	padding: 10px 0 0;
	line-height: 29px;
}

