.commentlist {
/*	width: 270px;*/
}

.commentlist .quote  {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size:1.2em;
	line-height:1.6em;
	padding: 22px;
	margin-top:15px;
	background:#2F2F2F;
	color:#999999;
	}

.commentlist .ByName {
	background:url(../images/comment_bubble_bottom.png) no-repeat top right;
	height:35px;
	min-height:35px;
}

.commentlist .ByName p {
	float:right;
	font-style:italic;
	font-size:1.1em;
	margin-top:9px;
	margin-right:80px;
	color:#7DB37D;
	}

