.simplePullQuote{
	width:250px;
	float:right;
	background: top left no-repeat url("../images/quote.png");
	text-indent:15px;
	padding-top: 15px;
    	padding-right: 20px;
   	padding-bottom: 2px;
    	padding-left: 10px;
        font-weight: bold;
	margin:0px 0 0px 0px;
	-webkit-box-shadow: 0px 0px 0px #818181;
  	-moz-box-shadow: 0px 0px 0px #818181;
        margin-bottom: 2px;
}