TD {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 8pt; 
   font-style: normal; 
   line-height: normal; 
   color: #000000;
   padding: 5px;
}
.surveyHeader {
	background-color: #eeeeee;
	border: 1px solid #999999;

}

.surveyContentL {
	border-left: 1px solid #999999;

}

.surveyContentR {
	border-right: 1px solid #999999;

}

.surveyContentB {
	border-bottom: 1px solid #999999;

}

.surveyContentAll {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;

}

.surveyContentLR {

	border-left: 1px solid #999999;
	border-right: 1px solid #999999;

}
input {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

select  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}