/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

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

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

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