div.testimonial{
	margin-top:10px;
	border: 5px solid rgb(194, 222, 243);
	padding: 15px;
	background: rgb(246, 251, 254) none repeat scroll 0% 50%;
	color:#333;
}
div.testimonialBody{
	padding:0 10px 0 10px;
}
div.testimonialFooter{
	border-top:1px solid rgb(194, 222, 243);
	border-bottom:1px solid rgb(194, 222, 243);
	padding:5px 10px;
	background:rgb(229, 242, 251);
	font-size:12px;
	line-height:120%;
	font-weight:normal;
	margin:10px 0 0 0;
}