/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}
/* Rounded Bubble2 */
div.bubble2 div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #B7FFD4;
}
div.bubble2 div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble2 div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble2 cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded2.gif) no-repeat 15px 0;
}
/* Rounded Bubble3 */
div.bubble3 div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #FDFFB7;
}
div.bubble3 div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble3 div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble3 cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded3.gif) no-repeat 15px 0;
}