/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #ffffff;
}
div.bubble div.rounded blockquote {
	border: 0;
}
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(/images/tip.gif) no-repeat 15px 0;
}

.bubble
{
 position: absolute;
 top: 280px;
 left: 700px;
 width: 240px;
 height: 182px;
 background-image: url("/images/bubble.png");
 overflow: hidden;
}

.innerbubble
{
 margin: 20px;
 width: 200px;
 font-size: 13px;
 font-weight: bold;
}














/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
