div.quotation_wrapper {
    background:#DAE5EF;
        border-right: 0px solid #D7E5EE;
        border-left: 0px solid #D7E5EE;
        border-top: 0px solid #D7E5EE;
        border-bottom: 0px solid #D7E5EE;
        border-top-right-radius: 1em;
        border-top-left-radius: 1em;
        border-bottom-right-radius: 1em;
        border-bottom-left-radius: 1em;
    margin: 1ex 0;
    padding: 1ex;
}
div.quotation_content {
    font: 120% "Palatino Linotype","Times New Roman",serif;
    margin: 0;
    padding: 0 50px;
    color: #191919;
    background: url(images/quot_right.png) bottom right no-repeat;
    margin-bottom: 20px;
}
div.gf {
    display: block;
    width: 25px;
    height: 22px;
    margin: 5px;
}
div.gf.left {
    background-image: url(images/quot_left.png);
    float: left;
}
div.quotation_author {
    color: #f00;
    float: right;
    margin-right: 40px;
    font-weight: bold;
}
div.quotation_wrapper #quot_image {
    border: 0px solid #ccc;
    padding: 5px;
    margin-right: 15px;
    float: left;
}