blockquote {
	display: block;
	padding: 0 30px;
	width: 250px;
	margin-bottom:35px;
	line-height: 18px;
	margin-top: 0;
}
blockquote:before, blockquote:after {
	font-family:"Times New Roman", Times, serif;
	color:#CCCCCC;
	display: block;
	font-size: 700%;
	width: 50px;
	color:#B5E1E1;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
	color: #FFFFFF;
}
blockquote:after {
	content: close-quote;
	color: #FFFFFF;
	height: 50px;
	margin-top: -50px;
	margin-left: 250px;
} 