div#surveyContainer
{
	width: 100%;
	height:300px;
	position:relative;
	margin-top:-40px;
}

div#surveyHeader
{
	width: 225px;
	margin: 15px auto 0 auto;
	text-align:center;
	padding-bottom:50px;
}

label#header
{
	font-size:22px;
	font-style:italic;
}

.questionContainer_top
{
	margin-left:20px;
	margin-right:20px;
	position:absolute;
	height:250px;
	width:90%;
	
	
}

.questionContainer
{
	margin-left:20px;
	margin-right:20px;
	position:absolute;
	height:250px;
	width:90%;
	visibility:hidden;
	
}

.nextfinish
{
	position:absolute;
	top:0px;
	width:95%;
	text-align:right;
	
}

.progress
{
	position:absolute;
	left:250px;
	font-weight:bold;
}

hr.break
{
	margin-top:40px;
	margin-bottom:40px;
	width:100px;
	height: 3px;
	background-color:#00529f;
	color: #00529f;
	border-color:#00529f;
}

.question
{
	padding-top:30px;
}
.response
{
	position:relative;
	margin-top:10px;
}

.radio
{
	float:left;
}

.horizontalRadio
{
	width:60px;
	font-size:10px;
	text-align:center;
	float:left;
}

.horizontalRadioColumn
{
	position:relative;
	width:120px;
	font-size:10px;
	text-align:center;
	float:left;
}

.radioLabelVertical
{
	float:left;
	padding-left:10px;
}

br.spacer
{
	clear:both;
	float:none;
}

.whylabel
{
	float:left;
	font-size:10px;
	font-style:italic;
	padding-right:10px;
}

.whycontainer
{
	padding-top:20px;	
}

.whytext
{
	float:left;
	width:250px;
	height:75px;
}

.whytextBig
{
	float:left;
	width:350px;
	height:75px;
}

.smallBox
{
	width:50px;
}

.rangeAmount
{
	width:60px;
	float:left;
	text-align:center;
}
.rangeSpacer
{
	float:left;
}