.simplePullQuote{
    width: 35%;
/* 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;}
	
	.simplePullQuote4{
	font-size: 16px;
	font-weight: bold;
    width: 35%;
/*    width: 200px; */
	float:right;
	border-top:2px #868686 solid;
	border-bottom:2px #868686 solid;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
	padding:6px;
	padding-top:20px;
	margin:10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181;}
	
	
  	.simplePullQuote3{
	 border-bottom: 4px solid #000000;
    border-top: 4px solid #000000;
    display: block;
    float: right;
    font-family: Georgia,"Times New Roman","Bitstream Vera Serif",serif;
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 26px;
    margin: 8px 0 10px 22px;
    padding: 15px 0;
    width: 35%;
/*    width: 200px; */ }
		
	#qauthor{
	font-size: 10px;
	font-weight:normal;
	padding-top:10px;
}