/* the content below is to be transferred to the site CSS*/
.speechBubble {
	float:left;
	width: 290px;
	margin-bottom: 10px;
}
.comment {
	float:left;
	width: 270px;
	-moz-border-radius: 10px;
	background-color: #223B73;
	padding: 10px;
}
.commentator {
	float:left;
	width: 270px;
	background-image: url(../images-dentist/quote-icon-dentist.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-left: 20px;
	padding-top: 20px;
	color: #52caef;
}

