.simplePullQuote{
  width:225px;
  float:right;
  border-top:3px #868686 solid;
  border-bottom:3px #868686 solid;
  background: top left no-repeat url("../images/quote.png");
  text-indent:25px;
  font-weight:bold;
  font-style:italic;
  text-align:justify;
  padding:6px;
  margin:10px 15px 10px 10px;
  -webkit-box-shadow: 7px 7px 8px #818181;
    -moz-box-shadow: 7px 7px 8px #818181;}
