@charset "utf-8";
/* CSS Document */

.speechBubble {
	float:right;
	width: 288px;
	margin-left: 20px;
}
.comment {
	float:left;
	width: 268px;
	-moz-border-radius: 10px;
	background-color: #026B6C;
	padding: 10px;
	color: #FFF;
}
.commentator {
	float:left;
	width: 288px;
	background-image: url(../images/quote-icon-colour.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	height: 20px;
}
.comment img {
	float:right;
	margin-left:10px;}
