FIELDSET {
	margin: 0px 10px 10px 0px;
}

FIELDSET LEGEND {
	color: green;
}

P.questionText {
	color: navy;
}

FIELDSET.responseOptions {
	margin: 0px auto 0px auto;
	width: 500px;
	background-color: #e1ecdf;
}

FIELDSET.responseOptions LEGEND {
	color: black;
	font-weight: bold;
}

.likertcustom SPAN {
	clear: both;
	display: block;
}

.likertcustom INPUT {
	display: block;
	float: left !important;
}

.optionlistradio SPAN {
	clear: both;
	display: block;
}

.optionlistradio INPUT {
	display: block;
	float: left !important;
}

.optionlistcheckbox SPAN {
	clear: both;
	display: block;
}

.optionlistcheckbox INPUT {
	display: block;
	float: left !important;
}

INPUT.survveyButtons {
	padding: 0px 0px 0px 0px;
	background-color: green;
	color: white;
	font-weight: bold;
	background-image: url(/images/template/header_en.gif);
	background-position: -230px 45%;
	background-repeat: no-repeat;
}

.responseOption {
	clesar: both;
	padding-bottom: 2px;
	height: 18px;
}

.responseLabel {
	display: block;
	width: 296px;
	height: 15px;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	overflow: hidden;
	padding-left: 3px;
	background-color: #ffffcc;
	float: left;
}
.responseGraph {
	display: block;
	height: 14px;
	border-bottom: 1px solid gray;
	border-left: 1px solid silver;
	border-top: 1px solid silver;
	border-right: 1px solid gray;
	margin-left: 3px;
	background-color: #d8e7d2;
	color: black;
	font-size: 9px;
	text-align: center;
	float: left;
}

.responsePercent {
	padding-left: 3px;
	float: left;
}
