#qdiv1 {
	width:680px;
	border:0px dotted white;
	position:relative;
	top:160px;
	left:45px;
	font-size: 14px;
	line-height: 15px;
}

#qdiv2 {
	width:900px;
	border:0px dotted white;
	position:relative;
	top:60px;
	left:40px;
	font-size: 12px;
	line-height: 15px;
	color:#000;
}

#qdiv3 {
	width:600px;
	position:relative;
	top:90px;
	left:255px;
	font-size: 12px;
	line-height: 15px;
}

#qh2 {
	color: #8B83D0;
}

#Form01 {
	width: 105px;
	float: right;
}

#qbutton01 {
	display: block;
	width: 103px;
	height: 25px;
	overflow: hidden;
	background: url(../images/quiz/click1.gif) no-repeat 0 0;
	border-width: 0;
	color: #FFFFFF;
}

#qbutton01:hover {
	display: block;
	width: 103px;
	height: 25px;
	overflow: hidden;
	background: url(../images/quiz/click1.gif) no-repeat 0 -25px;
	border-width: 0;
	color: #FFFFFF;
}

#qbutton02 {
	display: block;
	width: 103px;
	height: 25px;
	overflow: hidden;
	background: url(../images/quiz/click2.gif) no-repeat 0 0;
	border-width: 0;
	color: #FFFFFF;
}

#qbutton02:hover {
	display: block;
	width: 103px;
	height: 25px;
	overflow: hidden;
	background: url(../images/quiz/click2.gif) no-repeat 0 -25px;
	border-width: 0;
	color: #FFFFFF;
}

input#quiz {
	color: #999999;
	font-size: 11px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	width: 400px;
	border: 1px solid #FFFFFF;
}

input#quizerror {
	color: #000000;
	font-size: 11px;
	border-width: 0;
	background-color: #d6ccff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	width: 300px;
	border: 1px solid #FFFFFF;
}

table#quiztable td {
	font-size: 12px;
	line-height: 15px;

}


