/* Rounded Bubble */
div.bubble { margin:30px 0 46px 0; }

div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #67AFD3;
	background-color: #DBEDF6;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
	padding:0 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0;
	padding-left: 5px;
	padding-top: 37px;
	top: 17px;
	background: transparent url("/img/tip-rounded.gif") no-repeat 15px 0;
}
div.bubble cite.rounded img { vertical-align:middle;margin:0;padding:0; }
div.bubble .blurb { position: relative;left:62px;top:24px;font-size:12px; }
div.bubble .blurb p { padding-right:62px; }
div.bubble .blurb ul { list-style:square;margin-left:30px; }