/* Survey Custom Style */
.YourCompanyNameSurveyResults 
{
    font-family: DINSchrift,Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.small-block,
.l-small-block,
.r-small-block {
	float: left;
	width: 100%;
}
.small-block {
	background:  url("Images/bg-small.gif") repeat-x left top;
}
.l-small-block {
	background:  url("Images/l-small.gif") no-repeat left top;
}
.r-small-block {
	background:  url("../images/r-small.gif") no-repeat right top;
	height: 17px;
}
.small-block P {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 17px;
}