
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 1px solid #b7e0ff;
	background-color: #FFFFFF;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
	font-size:12px;
	
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 10px;
	background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}
