

.newscomment blockquote {
	display: block;
	padding: 0 30px;
	clear: both;
	height: 50px;
}

.newscomment blockquote p {
	padding: 10px 0;
}
.newscomment blockquote:before, .newscomment blockquote:after {
	color: #69c;
	display: block;
	font-size: 300%;
	font-family: Arial;
	width: 50px;
}
.newscomment blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
.newscomment blockquote:after {
	content: close-quote;
	margin-top: -30px;
	margin-left: 480px;
}
.newscomment div.newscommentname {
	font-size: 12px;
	text-align: right;
	padding: 4px;
	color: #999;
}
