/*body {
	margin: 80px 40px 40px;
width: 50%;
background-color: #FFFFFF;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}
*/
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
text-decoration: none;
color: #000000;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}

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

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #CCCCCC;
}

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

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

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 3px;
	border: 0px solid #fff;
	background-color: #D7F2F9;  /*  background-color: #3D89C2;*/
	/*    background-color: #A484AC;*/
}
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: 15px;
	padding-top: 15px;
	top: 12px;
	background-color: transparent;
	background-image: url(tip-rounded.gif);
	background-repeat: no-repeat;
	background-position: 15px 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;
}

.count {
	color: #666666;
	font-size: 10px;
	padding-left: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
padding-bottom: 6px;
}
p {
	color: #CCCCCC;
}
