.pullquote {
	width: 26%;
	float:right;
	font-size:13px;
	color:#333;
	font-weight:bold;
	line-height:140%;
	margin:0;
	background:#fff no-repeat bottom right !important;
	/*background:#DAE6EA url(../images/closequote.gif) no-repeat bottom right !important;*/
	background /**/:url(); /* removing quote graphic in IE5+ */
	/*padding:25px 25px 25px 25px;*/
	/*padding:8px 7px 8px 20px;*/
	padding:0 20px 0 0;
}
.pullquote:first-letter {
	/* background: url(../images/openquote.gif) no-repeat left top !important; */
	/*padding:5px 2px 10px 35px!important;*/
	padding:0;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}