div#comments h2 { margin-bottom: 1em; }

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 11pt; 
	margin-bottom: 34px;
}

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

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

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


/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 11px; 
	border: 1px solid #c9c2c1;
	background-color: #f8f8f8;
}

/* Rento Bubble */
div.rento div.rounded {
	border: 1px solid #ff9933;
	background-color: #ff9933;
}

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

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

div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(/speech-bubbles/tip.gif) no-repeat 15px 0;
}

div.rento cite.rounded {
	background: transparent url(/speech-bubbles/tip-orange.gif) no-repeat 15px 0;
}
