
/* Rounded Bubble */
div.bubble div.rounded {
	width:500px;
	margin-top:12px;
	margin-bottom: 10px;
	border: 1px solid #c9c2c1;
	background-color: white;
}
div.bubble div.rounded blockquote {
	font-size: 8pt;
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	color: #993399;
	font-size: 9pt;
	margin: 0px 0px;
}
div.bubble cite.rounded {
	font-size: 8pt;
	color: #333;
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 8px;
	top: -3px;
	background: transparent url(/bubble/tip.gif) no-repeat 15px 0; 
}


