/* Survey Custom Style */
.YourCompanyNameSurveyResults 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    margin-bottom:10px;
}
.surveyresulttemplateUL
{

}
.surveyresulttemplateLI
{

}

.surveyWrap{
	background-color:#fff;
	border: 1px solid #fbfbfb;
	padding: 15px;
	margin-bottom: 4px;
}

.surveyQuestion
{
	margin-bottom: 4px;
}

.subContentLanding .leftColumn .surveyWrap
{
	width:185px;
}

.franchiseLanding .leftColumn .surveyWrap
{
	width:212px;
}
.surveyTitle
{
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
}

.surveyGraph img
{
	margin-right:4px;
}

a.surveyButton:link {
	background:none repeat scroll 0 0 #A3D6F1;
	border:1px solid #95C4DC;
	color:#FFFFFF;
	display:inline-block;
	font-size:10px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
}


a.surveyButton:hover  {
background:none repeat scroll 0 0 #BC162F;
}
