#quiz_results{
	height:auto;
	min-height:220px;
	position: relative; 
	overflow:visible; 
}
		
#widgetQuiz{
	color: #1E406D;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height:auto;
	min-height:250px;
	width: 306px;
	position: relative;
	background: transparent url(/images/widgets/side_quiz.gif) 0 0 no-repeat;
	display: block;
	float: none;
	clear: both;
	overflow: visible;
}

#widgetQuiz form{
	position: absolute;
	top: 20px;
	margin: 0 10px;
	width: 286px;
	float: none;
	clear: both;
	line-height: 1.4em;
	text-align: left;
}

#widgetQuiz form label{
	display: block;
	width: auto;
	height:auto;
	text-align: left;
	margin: 20px auto 5px;
	font-weight: bold;
	vertical-align: text-bottom;
	font-size: 1.1em;
	line-height: 1.2em;
}

#widgetQuiz form fieldset
{
	display: block;
	border-width: 2px;
	border: 0;
	padding: 0;
	margin: 0 20px 20px;
	width: auto; 
}

#widgetQuiz table
{
	position: absolute;
	top: 30px;
	margin: 0 10px;
	width: 286px;
	height: auto;
/*	float: none; */
	clear: both;
	line-height: 1.4em;
	text-align: left;
	padding: .3em;
}

#widgetQuiz td 
{
	position:relative;
	font-size:1.1em;
}

#widgetQuiz thead th {
	position:relative;
	margin: 20px auto 5px;
	font-weight: bold;
	vertical-align: text-bottom;
	font-size: 1.1em;
	line-height: 1.2em;
}

#widgetQuiz tfoot td {
	position:relative;
	border-top: solid 1px #999999;
	font-size: x-small;
	text-align: center;
	padding: 0.5em;
	color: #666666;
}

.bar {
	position:relative;
	text-align: right;
	border-left: solid 1px #004080;
	padding-right: 0.5em;
	height: .4em;
	font-size:x-small;
}

.bar div { 
	position:relative;
	border-top: solid 2px #0077DD;
	background-color: #004080;
	border-bottom: solid 2px #002266;
	text-align: right;
	color: white;
	float: left;
	padding-top: 0;
	height: .3em;
}