/******************************************************************
* quiz.css - styles for the CRE quizzes and admin
* mark guinn - 8.23.07
******************************************************************/

.quiz-question {
	margin-bottom:		20px;
	font-weight: bold;
}

table.quiz-answers {
	margin-left:		20px;
	color:#813917;
	font-family:"Lucida Grande",Tahoma,sans serif;
	font-size:12px;
}

table.quiz-answers td {
	text-align:		center;
	vertical-align:top;
}

td.horiz-bar {
	width:			30px;
	height:			15px;
	border:			#813917 1px solid;
	background:		#fff;	
}

td.horiz-bar div {
	height:			15px;
	background:		#813917;
}
