/* Survey Custom Style */
.YourCompanyNameSurveyResults 
{
    font-family:Arial, Tahoma,  Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.surveyresulttemplateUL
{

}
.surveyresulttemplateLI
{

}
.survey
{
	margin-bottom:10px;
}
.surveyitems
{
	background-color:#f3f4f4;
	padding:12px 16px;
	
}
.CommandButtonSurvey
{
	
	width:91px;
	height:25px;
	line-height:25px;
	margin:5px;
}
a.CommandButtonSurvey:link,
a.CommandButtonSurvey:hover,
a.CommandButtonSurvey:visited,
.CommandButtonSurvey a:link
{
	width:91px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	font-size:10px;
	color:#900000;
	padding:7px 8px;
	margin-left:18px;
	background:url(images/button_submit.jpg) no-repeat left top;
}

a.CommandButtonViewSurvey:link,
a.CommandButtonViewSurvey:visited
{
	font-size:12px;
	color:#900000;
}
a.CommandButtonViewSurvey:hover
{
	text-decoration:underline;
}
