.responseBox {
	background-color: #FBF0E5;
    padding: 6px 6px 35px;
    position: relative;
	font-size: 13px;
}

div.responseBox label:hover {
	background-color: #f6dabf;
	cursor:pointer;
	border:1px solid #dc6900;
}


div.resultView{
	display: none;
	font-size: 13px;
}

#figure1 h3,#figure2 h3,#figure3 h3{
	color: #dc6900;
	Border-top:3px solid #a32020;
	margin-bottom:10px;
	padding-top: 6px;
}

.responseBox label{
	display: block;
    font-family: georgia;
    height: 25px;
	border:1px solid #fbf0e5;
}

.submitbutton {
	border: 1px solid #FBF0E5;
	bottom: 15px;
	position: absolute;
	right: 15px;
	font-family: georgia;
	background-color: #DC6900;
	color: #ffffff;
	font-weight:bold;
	
}

input.submitbutton:hover {
	border: 1px solid #eb8c00;
	cursor:pointer;
}


div.bullet-graph{
	position: relative;
	width: 400px;
	height: 20px;
	background-color: #f6dabf;
	left: 80px;
	margin-top: 30px;
} 

div.phase{
	width:100px;
	height: 20px;
	float: left;
	margin-top: 25px;
	text-align: center;
	line-height: 11px;
	font-size: 12px;
	color: #666;
}

#graph2 div.phase{
	width:133px;
	height: 20px;
	float: left;
	margin-top: 25px;
	text-align: center;
	line-height: 11px;
	font-size: 12px;
	color: #666;
}
	
div.phase1{ margin-left: -51px;}
div.phase5{ margin-right: -51px;}
#graph2 div.phase1{ margin-left: -66px;}
#graph2 div.phase4{ margin-right: -66px;}

div.performance{
	position: absolute;
	height: 6px;
	top: 7px;
	left: 0px;
	background-color: #a32020;
	font-size: 2px;
}

div.average{
	position: absolute;
	height: 20px;
	background-color: #eb8c00;
	left: 0;
}

#figure1 div.verypoor{ width: 5px; }
#figure1 div.poor{ width: 100px; }
#figure1 div.neither{ width: 200px; }
#figure1 div.well{ width: 300px; }
#figure1 div.verywell{ width: 400px; }

#figure2 div.poor{ width: 5px; }
#figure2 div.fair{ width: 133px; }
#figure2 div.good{ width: 266px; }
#figure2 div.excellent{ width: 400px; }



