﻿table.testimonial_table
{
	width:100%;
}
.testimonial_topRow 
{
	width: 100%;
	background-image: url(Images/testimonial_t.png);
	background-repeat: repeat-x;
}
.testimonial_bottomRow 
{
	width: 100%;
	background-image: url(Images/testimonial_b.png);
	background-repeat: repeat-x;
}
.testimonial_side
{
	width: 1px;
	background-image: url(Images/testimonial_sides.png);
	background-repeat: repeat-y;
}
.testimonial_testimonial
{
	 padding-left:36px;
	 padding-right:36px;
}
.testimonial_closing, .testimonial_closing input
{
	text-align:right;
}
.testimonial_closing input
{
	width:200px;
}
.testimonial_credit
{
	padding-top:8px;
}
