.back {
float: left;
cursor: pointer;
padding-bottom:10px;
display:none;
margin-left:10px;
text-decoration:underline;
font-weight: bold;
_padding-left: 12px;
}

.next{
float: left;
cursor: pointer;
padding-bottom:10px;
margin-left:26px;
}

.questAns select{
font: 12px Arial, Helvetica, sans-serif;
}



button.busy {
text-align:center; margin: 30px 15px; z-index:10;float: right;  margin-right: 45px;
display:none;
background:#ffffff;
font:16px Arial, Helvetica, sans-serif;
font-weight: bold;
}

.oneQuest{
	clear:both;
	width: 480px;
	padding-top:25px;
	display:none;
}
.questText{
	float: left;
	width: 460px;
	margin-left:15px;
}
.questText label{	
	font-weight: bold;
}

.questAns{
	float: left;
	width: 180px;
	margin-left:25px;
	padding-top:8px;
	_margin-left:15px;
}

.errWarn{
	border: 2px solid #FF0000;
}

#err{
	text-align: center;
	display: none;
}
#zipload{
	display: none;
}
