.testimonial {-moz-border-radius:12px; -webkit-border-radius:12px;border-radius:12px;background:#CCE6FF;margin:20px 0;padding:5px 20px;border:solid 1px #E1E1E1;
	background-image: url('/images/elements/bothquote-large.png'),-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.08, #78B4F5),
    color-stop(0.88, #CCE6FF)
);
background-image: url('/images/elements/bothquote-large.png'),-moz-linear-gradient(
    center bottom,
    #78B4F5 8%,
    #CCE6FF 88%
);
background-repeat:no-repeat;
background-position:98% 96%;

}


	.testimonial.alt {-moz-border-radius:12px; -webkit-border-radius:12px;border-radius:12px;background:#CCE6FF;margin:20px 0;padding:5px 20px;border:solid 1px #E1E1E1;
	background-image: url('/images/elements/bothquote-large.png'),-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.08, #E6C864),
    color-stop(0.61, #F3F5E4)
);
background-image: url('/images/elements/bothquote-large.png'),-moz-linear-gradient(
    center bottom,
    #E6C864 8%,
    #F3F5E4 61%
);
background-repeat:no-repeat;
background-position:98% 96%;
}


blockquote {font-size:14px;margin:10px 0 10px 0;line-height:30px;}
.author {font-size:12px;}
