/* Comments */
#commentSection h3
{
	margin-bottom: 0px;
	font-size: 1.4em;
	font-weight: bold;
}

/* bubbles - for comment controls */
div.bubble
{
	width: auto;
	font-size: 0.75em;
	color: #666;
	margin-bottom: 34px;
}
div.bubble div.rounded
{
	margin: 0 10px 10px 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p
{
	margin: 0px 10px;
}
div.bubble cite.rounded
{
	position: relative;
	margin: 0px;
	padding-left: 25px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(/Images/tip-rounded.gif) no-repeat 25px 0;
}

