.simplePullQuote{
	color:#999;
	width:200px;
	float:right;	
	background: #eee;
	padding:20px;
	font-size: 20px;
	font-style: italic;
	margin:0 0 20px 20px;
	display: block;	
	/* 
	border-top:3px #868686 solid; 
	border-bottom:3px #868686 solid;
	background: #eee 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;
}
