#d_survey {
	position: relative;
	background: #fff;
	text-align: left;
	color: #000;
	padding: 3px;
	overflow-x: hidden;
	width: 160px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	font: 9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#d_survey span.caption { font-weight: bold; margin: 0px 0px 0px 3px; }
#d_survey span.result { font-style: italic; }
#d_survey table#t_survey { text-align: left; }
#d_survey table#t_survey input.radio { border: none; background: none; }
#d_survey table#t_survey span.options { text-align: left; }
#d_survey table#t_survey p.results { font-style: italic; text-align: right; }

#dSurveyLeft { position: relative; margin: 3px 0px; background: #fff; text-align: left; color: #000; padding: 3px; overflow-x: hidden; width: 150px; font-size: smaller; }
#dSurveyLeft span.caption { font-weight: bold; margin: 0px 0px 0px 3px; }
#dSurveyLeft span.result { font-style: italic; }
#dSurveyLeft table#tSurveyLeft { text-align: left; }
#dSurveyLeft table#tSurveyLeft input.radio { border: none; background: none; }
#dSurveyLeft table#tSurveyLeft span.options { text-align: left; }
#dSurveyLeft table#tSurveyLeft p.results { font-style: italic; text-align: right; }
