
/* Normal Bubble */
div.bubble {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	width: 500px;
	color: #fff;
	/* font-size: 0.75em; */
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	/* background-color: #fff; */
	border: 2px solid #B4AEAF;  /* old E6E6E6 */
	background-color: #C22C2C;  /* old BA0D0D */
}

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

div.bubble a {
	font-weight: bold;
	color:#ffffff;
text-decoration:underline;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 5px;
	background: transparent url(tip-rounded.gif) no-repeat 100px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	color: #fff;
	border: 3px solid #B4AEAF;  /* old E6E6E6 */
	background-color: #C22C2C;  /* old BA0D0D */
}
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: 95px;
	padding-top: 12px;
	top: 9px;
	color: #000;
	background: transparent url(tip-rounded.gif) no-repeat 95px 0;
}

/* Pimped Bubble */
div#pimped.bubble {
	font-size: 0.9em;
}
div#pimped.bubble div.rounded {
	color: #fff;
	border: 3px solid #fff;
	background-color: #111;
}
div#pimped.bubble cite.rounded {
	background: transparent url(tip-pimped.gif) no-repeat 15px 0;
}
