﻿.testimonial-block
{
    background:url(../images/quoteleft.gif) no-repeat;
    background-position:top left;
    padding-left:35px;
    padding-top:12px;
    text-align:justify;
    margin: 20px;
	border-top: 0px;
	border-right: 1px solid #DDD;
	border-bottom: 0px;
	border-left: 1px solid #DDD;
	width:420px;
    float:right;
    background-color:#FBFBFB;
} 
.testimonial-block-alt
{
    float:left;
    background-color:#F3F3F3;
}

p.withunquote 
{
    background: url(../images/quoteright.gif) no-repeat;
    background-position:bottom right;
    padding-right:35px;
    padding-bottom:12px;
    font-family: georgia,serif;
    font-size: .95em;
    font-style: italic;
    line-height:1.2em;
}

p.testimonial-author, p.testimonial-company
{
    float:right;
    clear:both;
    margin-right:10px;
}
p.testimonial-author
{
    font-size:.8em;
    font-weight:bold;
}
p.testimonial-company
{
    font-size:.7em;
    font-style:italic;
    margin-bottom:10px;
}
