#SurveyBody{
	background-image:url(images/survey/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;}
#Survey{
	margin:auto;
	width:190px;
	padding:0px 5px 0px 5px;
	text-align: center;
	font-size: 10pt;
	color:#FFF;}
.surveyTitle{
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
	display:block; 
	height:20px;
	color:#FFF;
	font-weight: bold;
	font-size: 10pt;}
#Survey .question{}
#Survey .answers{ 
	text-align:left;
	margin-left:20px;
}
#Survey .answerItem{
	font-size: 9pt;
	padding-left:15px;}
#Survey input{border:0px;}
#AnswerTable td{color:#FFF;}