.quote{
background-color: #84A3C3;
color: white;
font-weight: bold;
font-family: Tahoma;
width: 650px;
padding: 10px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;

}

.quotefooter{
background: url(images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 13px;
color: #4A4A4A;
}
