/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #4F4F4F;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble .bubble_tip {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 21px;
	z-index: 1;
	background: transparent url(/ajax/tip-rounded2.gif) no-repeat 15px 0;
}
