blockquote.testimonial {
	margin: 0;
	padding: 10px 50px;
	position: relative;
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #ECFBFF;
	background: none;
	border: none;
}

blockquote.testimonial:before, blockquote.testimonial:after {
	content: "\201C";
	position: absolute;
	font-size: 5em;
	line-height: 1;
	color: #999;
	font-style: normal;
}

blockquote.testimonial:before {
	top: 0;
	left: 10px;
}
blockquote.testimonial:after {
	content: "\201D";
	right: 10px;
	bottom: -0.5em;
}
blockquote.testimonial ~ p.testimonial-author {
	margin: 0 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #999;
	text-align: right;
}