﻿.answerCol {
	width: 40px;
	text-align: center;
	vertical-align: middle;
}
.answer {
	width: 40px;
	text-align: center;
 
 
	
}
.question {
	font-size: 1em;
}
.evenRow {
	background-color: #EAFAFD;
}
.oddRow {
	background-color: white;
}
.quizTable {
	width: 730px;
	margin-left: 0em;
	margin-top: 30px;
	clear:both;
}

.marginleft{
	margin-left:1em;
}
.sendresults{
}
.sendresults p{
	padding-left:0;
}
.sendresults h2{
	padding-left:0;
}

.results{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #85b1de;
	width: 425px;
	height: 340px;
	background-color: #F1F5FA;
}
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 35px;
	height: 17px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}
