
.testimonial { background-color: #CCCCCC; width:200px; padding:10px; }
.testimonial .quote { font-family: serif; color: green; font-size:16px; }
.testimonial .from { font-size:12px; color: black; margin-top:4px; }

.testimonial1 { background-color: green; width:200px; padding:10px; }
.testimonial1 .quote { font-family: serif; color: white; font-size:16px; }
.testimonial1 .from { font-size:12px; margin-top:10px; color: black; }

.testimonial2 { background-color: #AACCCC; width:200px; margin:20px; padding:20px; }
.testimonial2 .quote { font-family: Gergia; font-style:italic; line-height:130%; color: #333333; font-size:16px; }
.testimonial2 .from { font-size:12px; color: black; margin-top:12px; }

.testimonial3 {
width:400px;
background-image: url(images/quotes2.gif);
background-repeat: no-repeat;
background-position: -170px top;
position:relative;
}

.testimonial3 .quote {
width:200px;
padding:30px 30px;
background-image: url(images/quotes2.gif);
background-repeat: no-repeat;
background-position: 150px bottom;
font-size:14px;
color:#333333;
font-style:italic;
position:relative;
}

.testimonial3 .from {
font-size: 13px;
margin-top:-20px;
margin-left:20px;
}

