.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:5px;
	padding:6px;
	margin:80px 0 30px 10px;
	font-style:italic;	
	-webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181;}

p.quote {
  padding:2px 0 0 14px;
  color:#663333;
}