.buttoncontainer {
	position: relative;
}
.questionmark {
	float: left;
	position: relative;
	padding-top: 3px;
}
.quizwrapper {
	position: relative;
	border: 1px solid #000000;
	width: 95%;
	background-color: #590000;
}
.quizheadbg {
	background-color: #990000;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
}
.questioncontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9B9B;
	text-align: left;
	margin: 0px;
	list-style-position: inside;
	padding: 0px;
}


.answercontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.questionlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9B9B;
	padding-right: 5px;
}


.quiztable {
	width: 750px;
}

.quizheading {
	float: left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}
.closecontainer {
	float: right;
	width: 30px;
	position: absolute;
	height: 20;
	vertical-align: middle;
	padding-top: 7px;
}
.buttoncontainer {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	height: 30px;
	padding-bottom: 10px;
}
.quizheadclose {
	background-color: #990000;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 6px;
	text-align: right;
	padding-right: 10px;
}

