﻿.TestimonialCaptionPanel
{
	width: 324px;
	background-color: #9EBC76;
	color: black;
	font-weight: bolder;
	text-align: center;
}

.TestimonialPanel
{
	width: 322px;
	text-align: justify;
	border: solid 1px #9EBC76;
	background-color: white;
}

.TestimonialParagraph
{
	padding: 0px 10px 0px 10px;
}

.RepeaterTestimonialParagraph
{
	padding: 0px 30px 0px 30px;
	text-align: justify;
}

.TestimonialQuoteUpImage
{
}

.TestimonialQuoteDownImage
{
	vertical-align: bottom;
}

blockquote p
{
    font-size: 10pt;
    background: url(../images/quote_down.jpg) bottom right no-repeat;
}

blockquote
{
    background: url(../images/quote_up.jpg) top left no-repeat;
}

.citeDiv
{
    vertical-align: top;
    font-size: 1em;
    float: right;
    padding-right: 10px;
    color: #335800;
    font-weight: bolder;
    margin: -25px auto auto auto;
}

