
/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 20px;
	border: 1px solid #666;
	/*background-color: #e7ebff;*/
	padding:10px;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 5px;
}
div.bubble cite.rounded {
	position: relative;
	padding:0px;
	margin: 0px;
	top: 3px;
	background: transparent url(../menu/images/submenu_topline_box.gif) no-repeat top;
}

