div.RadioButtonXML span.questions {
	margin-top: 10px;
}
div.RadioButtonXML label.options {
	font-family:inherit;
	cursor: pointer;
}
div.RadioButtonXML div.optionsTablePadding {
	padding-left: 20px;
	padding-top: 5px;
}
div.RadioButtonXML td.answerRow {
	/*line-height: 150%;*/
}
div.RadioButtonXML div.radioSliderText2 {
	color: #755800;
	font-size:13px;
	margin-left: 10px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height:130%;
	background-image:url(images/radiobutton/feedbackBg.png);
	background-repeat: no-repeat;
}
div.RadioButtonXML div.radioSliderText {
	color: #755800;
	font-size:13px;
	margin-left: 26px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height:130%;
	background-image:url(images/radiobutton/feedbackBg.png);
	background-repeat: no-repeat;
}
div.RadioButtonXML div.radioGeneralSliderText {
	color: #990000;
	font-size:14px;
	font-weight:bold;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
div.RadioButtonXML div.radioGeneralSlider {
	height:45px;
	width:100%;
	text-align:center;
	background-image:url(images/radiobutton/sliderBg.png);
}
div.RadioButtonXML div.tic {
	height:19px;
	width:11px;
	background-image:url(images/radiobutton/tic-app-small.png);
	background-repeat:no-repeat;
	background-position:center center;
}
div.RadioButtonXML div.cross {
	height:19px;
	width:11px;
	background-image:url(images/radiobutton/cross-app-small.png);
	background-repeat:no-repeat;
	background-position:center center;
}
div.RadioButtonXML div.noDisplay {
	height:19px;
	width:11px;
	background-image:none;
}	