/*
	survey styles
*/
.surveyhead {
	background-color:#EBAEAC;
	font-size:10pt;
}

.surveyresult_background {
	background-color:#E5DCDF;
	font-size:10pt;
}
.surveyresult {
	background-color:#EBAEAC;
	font-size:10pt;
}

.surveyresult_shadow1 {
	background-color:#393737;
}
.surveyresult_shadow2 {
	background-color:#A09A9B;
}
.surveyresult_shadow3 {
	background-color:#E5DCDF;
}

.surveyentry1 {
	background-color:#E5DCDF;
	font-size:10pt;
}

.surveyentry2 {
	background-color:#EFDFDF;
	font-size:10pt;
}

.surveyborder {
	background-color:#000000;
}

.surveyspace {
	background-color:#E5DCDF;
}

