span.FieldError
{
	color: red;
}

table.SurveyTop
{
	margin: 0px;
	padding: 0px;
	width: 600px;
}
table.SurveyTop caption
{
	padding: 5px;
	font-size: 8pt;
	text-align: left;
}
table.SurveyTop td
{
	vertical-align: top;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.SurveyTop td.question
{
	vertical-align: top;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
}

table.SurveyQuestions
{
	margin: 0px;
	padding: 0px;
	width: 600px;
}
table.SurveyQuestions td
{
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
}
table.SurveyQuestions td.alt
{
	background-color: #efebf7;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* YES NO TABLES */

table.SurveyYesNo
{	
	width: 400px;
	margin: 0px;
	padding: 0px;
}
table.SurveyYesNo td
{
	background-color: transparent;
	width: 80px;
	vertical-align: top;
	padding-bottom: 4px;
	padding-top: 4px;
}
table.SurveyYesNo td.DoNotRecall
{
	background-color: transparent;
	width: 200px;
	vertical-align: top;
	padding-bottom: 4px;
	padding-top: 4px;
}
table.SurveyYesNo td.NA
{
background-color: transparent;
	width: 200px;
	vertical-align: top;
	padding-bottom: 4px;
	padding-top: 4px;
}
/* SCALE TABLES */
table.SurveyScale
{
	width: 530px;
	margin: 0px;
	padding: 0px;
}
table.SurveyScale td
{
	background-color: transparent;
	width: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
table.SurveyScale td.excellent
{
	background-color: transparent;
	width: 200px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
table.SurveyScale td.poor
{
	background-color: transparent;
	width: 80px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;	
}