.item {
        margin-left: 100px;
        width: 585px;
}
.quote  {
        margin: 10px 0px 0px 0px;
        padding-right:15px;
        border: solid 2px #ffffff;
        padding: 0px;
        padding-bottom: 10px; 
        background-color: #E1E6F3;
}
/* ClearFix Mod to force background to appear behind child float*/
html>body .quote:after {
    content: " "; 
    display: block; 
    clear: both; 
    visibility: hidden;
}
.quote .image {
        display: none;
}
.quote .content {
        margin: 10px 0px 0px 10px;
        padding: 10px 0px 0px 10px;
        background: url(../../shared/images/open_quote.gif) no-repeat;
}

.quote .content p {
        margin: 0px 15px 0px 0px;
        padding: 0px 10px 10px 0px;
        background: url(../../shared/images/close_quote.gif) no-repeat;
        background-position: bottom right;
}
.quote .author {
        margin-bottom: 10px;
}
.quote .author h3{
        color: rgb(51,51,102);
        text-align: right;
        display: block;
        padding-right: 15px;
}
