.simplePullQuote{
	width:200px;
	float:right;
	border-top:4px #868686 solid;
	border-bottom:1px #868686 solid;
	background: top left no-repeat url("http://newsdesignschool.com/wp-content/themes/arras-theme/images/quote.jpg");
        font-family: Times, Georgia, serif;
        font-style: italic;
        font-size: 22px;
        line-height: 42px;
	text-indent:10px;
	padding:6px;
	margin:10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181;}
