#survey {
	font-size:14px;
}

#survey h1.surveyTitle {
	text-align:center; width=100%;font-size:24px;margin:10px 0;	border-bottom:2px solid #dcdcdc;
	padding:10px 0;
}

#survey .question {
	border-bottom:1px dashed #dcdcdc;margin:10px 0;
}

#survey .question .questionTitle {
	font-size:16px;margin:5px;font-weight:700;
}

#survey .question .questionBody {
	padding-left:20px; margin:3px 0;
}

#survey .question .questionBody p {
	display:solid;
}

#survey .surveySubmit {
	float:right; margin:20px 20px 10px 0;
}

.defaultSurveyFooter {
	text-align:center;border-top:1px solid #dcdcdc;font-size:12px;padding:10px 0;clear:both;
}

table.arrayTable {
	border-collapse:collapse;
}
table.arrayTable td {
	border:solid 1px #dcdcdc; text-align:center;
}
table.arrayTable th.startCell {
	border-width:0;
	width:180px;
}
table.arrayTable th {
	border:solid 1px #dcdcdc; text-align:center;width:80px;
}
table.arrayTable td.subCell {
	text-align:left;
}
