.simplePullQuote{
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	font-size: 22px;
	width:300px;
	float:right;
	border-top:8px #ccc solid;
	line-height: 98%;
	background: top left no-repeat url("../images/quote.png");
	
	padding:6px;
	margin:10px 0 10px 10px;
	-webkit-box-shadow: 7px 7px 8px #818181;
  	-moz-box-shadow: 7px 7px 8px #818181;}