div.step {
	float: left;
	font-weight: bold;
	text-align:center;
	background: url(../img/generic/dottedverticalblack.gif) repeat-y right;
	padding-top: 5px;
	height: 25px;
}
div.firststep {
	text-align:left;
}
div.laststep {
	text-align:right;
	background: none;
}
div.underline {
	clear: left;
	height: 18px;
	background: url(../img/generic/dottedhorizontalblack.gif) repeat-x top;
}
input.assess {
	height: 19px;
	width: 70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	background-color: #b2c2e9;
}
div.option {
	float: left;
	width: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}
div.input {
	padding: 0px;
	margin-right: 8px;
	position: relative;
	top: -3px;
	float: left;
	font-weight: bold;	
}
div.question {
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;		
	padding-bottom: 5px;
	width: 360px;
}
div.hr {
	height: 21px;
	clear: left;
	background: url(../img/generic/dottedhorizontalblack.gif) repeat-x center;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #eb8725;
	margin-top: 0px;
}
p.results {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #bc2045;
	margin-left: 36px;
}
