.b-quote{
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 10px 28px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    background: url("/site/modules/Quote/img/u204.png") 7px 13px no-repeat;
    margin-bottom: 15px;
}
.b-quote .quote{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    line-height: 1.25em;
    margin-bottom: 3px;
}

.b-quote .author{
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
    color: #999999;
}