#survey {
	color:#333;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
	color:#333;
}

#survey .question {
	display:block;
	font-weight:bold;
	color:#E47337;
	padding: 0 0 5px 5px;
}

#survey label {
	display:block;
}
#survey .radio-group {
	display:block;
	padding: 0 0 5px 0;
}
#survey .question-group {
	padding: 0 0 10px 0;
}
#survey .question-block {
	float:left;
	width:230px;
	padding: 0 10px 0 0;
	overflow:hidden;
}
#survey table {
	width:100%;
	padding: 0 0 15px 0;
	
}
#survey td {
	text-align: center;
	color:#333;
}
#survey .what {
	text-align:left;
}
#survey .submit {
	display:block;
	margin: 0 15px 0 0;
}
fieldset > .submit {
	float:right;
	clear:both;
}
#survey .message {
	border: 1px solid #fff;
	padding:5px 10px; 
	color:#fff;
	background:#e47337;
}

.result-set {
	height:0;
	overflow:visible;
}
fieldset > .result-set {
	height:auto;
	overflow:hidden;
}
.result-set span {
	float:left;
	display:block;
}
.result-set .value {
	width: 140px;
	margin: 0 0 2px 0;
}
.graph-outer {
	width:50px;
	font-size:.5em;
	height:4px;
	overflow:hidden;
	background:#f0f0f0;
	margin: 3px 0 0 3px;
}
.graph {
	display:block;
	background: #ff6600;
	
}
