/* Rounded Bubble 
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 1px solid #AAA53D;
	background-color: #FFFFFF;
}
div.bubble div.rounded p {
	border: 0;
	background-color: transparent;
	margin:5px;
}

div.bubble cite.rounded {
	font-style:normal;
	position: relative;
	margin: 0px;
	padding-left: 2 px;
	padding-top: 12px;
	z-index:100;
}

div.bubble .tip {
	position:relative;
	top:-5px;
	left:10px;
	z-index:110;
}

div.bubble {
	margin-bottom:15px;
}
*/

div.bubble .bubble-top {
	width:212px;
	background-image:URL('');
}

div.bubble {
	margin-bottom:15px;
}

div.bubble .bubble-body {
	width:208px;
	margin-left:1px;
	border:1px solid #AAA53D;
	border-top-style:none;
	border-bottom-style:none;
	font-family: arial, sans-serif;
	font-size: 90%;
}

div.bubble .bubble-body blockquote {
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	line-height: 1.3em;
}

div.bubble .bubble-bottom {
	width:212px;
	background-image:URL('');
}

div.bubble cite {
	font-style:normal;
	font-size: 90%;
}
