#testimonial-container {
	background-color:#FFFFFF;
	padding: 0px 0px 0px 20px;
}
#testimonial-container .rowlast{
	height: 96px;
	padding: 10px 0px 0px;
	width: 665px;
}
#testimonial-container .row{
	height: 101px;
	padding: 10px 0px 0px;
	border-bottom: 1px solid #e0e6e8;
	width: 665px;
}
#testimonial-container .row .photo, #testimonial-container .rowlast .photo{
	height: 85px;
	width: 85px;
	padding: 0px 18px 10px 2px;
	float: left;
}
#testimonial-container .row .text, #testimonial-container .rowlast .text{
	height: 85px;
	width: 560px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#testimonial-container .row .text h2, #testimonial-container .rowlast .text h2{
	font-size: 1.0em;
	color:#ff7b00;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
}
#testimonial-container .row .text p, #testimonial-container .rowlast .text p{
	font-size:0.8em;
	padding: 0px 0px 0px 2px;
	line-height: 1.1em;
}
