.simplePullQuote{
	width:210px;
	float:right;
	border-top:3px #teal solid;
	border-bottom:3px #teal solid;
	background: top left no-repeat url("../images/quote.png");
	text-indent:10px;
	padding:6px;
	margin:10px 0 10px 16px;
	-webkit-box-shadow: 7px 7px 8px #silver;
  	-moz-box-shadow: 7px 7px 8px #orange;}
