body, a {
	font-family: Verdana, Helvetica; 
	font-size: 10pt;
	background: #ebf0f4;
	}

.errors {
	color: #ff0000; 
	font-weight: bold;
	}

a {
	color: #0000ff; 
	}

#notice {
	position: absolute; 
	top: 130px; 
	z-index: 99; 
	float: none;
	}

input {
	color: #000000; 
	font-size: 8pt; 
	font-family: Arial; 
	font-weight: bold;
	}

p { 
	vertical-align : bottom;  
	margin-left: 5px;
	}

#chapreview { 
	position: absolute; 
	top: 140px; 
	left: 50%;
	width: 800px; 
	height: 450px; 
	margin-left: -400px;
	z-index: 99; 
	float: none;
	visibility: hidden; 
	display: none; 
	}

.question, .answer {
	font-family: Verdana, Helvetica;
	color: black;
	font-size: 11pt;
	text-align: left;
	}
.question {
	margin-top: 25px;
	margin-left: 10px; 
	font-weight: bold;
	}
.answer {
	margin-left: 30px;
	}
.mainbox {
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	border: 1px solid black;
	background: white;
	}
	
.label
{
	font-weight:bold;
	text-align:right;
}

.data
{
	font-weight: normal;
	text-align:left;
}

.success
{
	color: #009900;
	font-weight:bold;
}

.textBox
{
}

.checkBox
{
}

.dropDown
{
}

.button
{
}

.proctor_option {
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 800px;
	font-size: 14px;
	background: #e7ecf1;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #d2dde6;
}

.proctor_option h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #105cb4;
	letter-spacing: -1px;
	font-weight: bold;
}

.proctor_option h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.proctor_option ol {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 300px;
}

.options {
	margin: 20px auto;
	padding: 10px 20px;
	background: #fff;
	width: 800px;
	text-align: center;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	font: normal 14px arial, helvetica, sans-serif;
	line-height: 20px;
}

.options table {
	margin: 0 auto 10px auto;
}

.options p {
	margin-bottom: 10px;
	text-align: left;
}

.options ul, .options ol {
	margin: 20px 0;
	padding: 0 50px;
	text-align: left; 
}

.options h1 {
	margin: 0;
	padding: 0;
	font: normal 32px georgia, times, serif;
	color: #d04a33;
	letter-spacing: -1px;
	text-align: center;
}

.options h2 {
	font: normal 24px georgia, times, serif;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}
