/* css untuk testimonial */
#testimonialContainer{
	padding: 4px;
}
#testimonialCell{
	padding: 4px;
	line-height: 140%;
	color: #333;
}
#testimonialCellHeader{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	font-size: 110%;
}
#testimonialCellBottom{
	height: 22px;
	padding: 4px;
	text-align: right;
	border-top: 1px solid #ccc;
}

