body {
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.questions {
	font-weight:bold;
	margin-top:6px;
	margin-bottom:10px;
}
.questionOption {
	margin-top:-5px;
	margin-bottom:5px;
}
.questionBox {
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #cccccc;
	background-color:#ededed;
}
.surveyTitle {
	font-weight:bold;
	margin-top:6px;
}
a.surveyTitle {
	font-weight:normal;
	text-decoration:none;
}
.resultsBar {
	background-color:#c71e71;
	height:6px;
	margin-top:2px;
	margin-bottom:10px;
}
.tableHeader {
	font-weight:bold;
}
.tableAltColour {
	background-color:#ededed;
}
textarea {
	width:100%;
	margin:auto;
	height:80px;
	margin-top:6px;
	margin-bottom:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
input.textfield {
	margin-top:3px;
	margin-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.required {
	color:#FF0000;
	font-size:10px;
}