div.bubble {
	width: auto;
	font-size: 1.25em;
	margin-bottom: 2em;
}

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

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}
div.bubble div.rounded {
	margin-bottom: 7px;
	border: 3px solid #fff;
	background-color: #F7F4F0;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble #cite {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	background: url(tip-rounded.gif) no-repeat 15px 0;
	font-size: 0.9em;
}
.bubble .rounded blockquote ol li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

