/* Normal Bubble */
div.bubble {
	width: auto;
	margin: 0;
}

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

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

div.bubble cite {
	position: relative;
	margin-top: 10px;
	background: transparent url(/images/bubbles/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #ddd;
	background-color: #fff;
}

div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}

div.bubble div.rounded blockquote p {
	font-style: italic;
	color: #5f5f5f;
}

div.bubble div.rounded blockquote a {
	color: #5f5f5f;
}

div.bubble cite.rounded {
	display: block;
	position: relative;
	padding-left: 15px;
	top: -5px;
	padding-top: 20px;
	background: transparent url(/images/bubbles/tip-rounded-white.png) no-repeat 25px 2px;
}