#quickQuotes blockquote::after {
	background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -4px -36px;
	content: "";
	height: 27px;
	left: 5px;
	position: absolute;
	top: 2px;
	width: 29px;
	z-index: 1;
}

#quickQuotes blockquote {
	background: #FFFFFF none repeat scroll 0 0;
	border-left: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
	box-sizing: border-box;
	font: 14px/22px "Open Sans",Arial,Helvetica,sans-serif;
	margin: 0px 0 30px 3px;
	padding: 3px 3px 33px 46px;
	position: relative;
	width: 89.8%;
}