.quote_intro {
    background-color: #fff;
    display: block;
    padding: 20px;
    max-width: 900px;
    border: 1px solid #CCC;
    /*font-family: "Times New Roman", Times, serif;*/
    color: #000;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.img_class {
    width: 40%;
    float: right;
    margin-left: 10px;
}

.span_class {
    color: #006699;
}