@charset "utf-8";
/* CSS Document */

#testLabel {
	background-image: url("images/testimonials-label.jpg");
}
.wideBox {
	background-image: url("images/testimonials-box-middle.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	float: left;
	width: 750px;
	text-align: justify;
	margin-top: 5px;
}
.wideLabel {
	background-position: top left;
	background-repeat: no-repeat;
	width: 750px;
	height: 30px;
}
.wideBoxBottom {
	background-image: url("images/testimonials-box-bottom.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 750px;
	height: 11px;
	margin-top: -11px;
}
.topBox {
	margin-top: -2px;
	margin-bottom: 5px;
}
#testDiv {
	height: 482px;
}
.testBoxDiv {
	padding-left: 10px; 
	padding-right: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.topTestimonial {
	margin-top: 10px;
	margin-bottom: 0px;
}
.testimonial {
	margin-top: 33px;
	margin-bottom: 0px;
}