.simplePullQuote{
	width:200px;
	float:right;
	border-top:3px #868686 solid;
	border-bottom:3px #868686 solid;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
	padding:6px;
	margin:10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181;
    box-shadow: 7px 7px 8px #818181;
    }
/*PJ Custom*/
.simplePullQuote 
{
    font-size:1.3em;
    font-weight:bold;
    line-height:160%;
}
.simplePullQuote a
{
    font-size:0.8em;
    font-weight:normal;
}