q.PullQuote {
	clear: right;
	float: right;
	width: 40%;
	margin: 0 0 1em 1em;
	font: italic 1.2em "Trebuchet MS", Arial, Helvetica, Sans-serif;
	color: #222;
	/*background: url(../img/blockquote.png) no-repeat 5px 5px;*/
	/*text-indent: 34px;*/
	background: url(../img/blockquote-bottom.gif) no-repeat 100% 95%;
	min-height: 21px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:10px 5px;
	font-weight:normal;
}
q.PullQuote span 
{
	display:block;
	background: url(../img/blockquote.gif) no-repeat 0 0; 
	padding:6px 5px 0 10px;
}

/*q.PullQuote span span{ background:none; margin-left:12px; }*/

q.PullQuote:before,
q.PullQuote:after
{
	content: "";
}

.PullQuoteSource
{
}

.PullQuoteSourceCited
{
	font-weight: normal;
}

.PullQuoteSourceHighlight
{
	background: #fff373;
}