

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

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

div.bubble blockquote p {
	margin: 10px;
	padding: 8px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;

}

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

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #78d7ff;
	background-color: #d4f2ff;
}
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: 55px;
	padding-top: 12px;
	top: -1px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}
div.bubble cite.rounded div {
	/*margin-top: -10px;	*/
	margin-bottom: 10px;
	margin-left: 45px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}


/* 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;
}

	#moretest {display: none}
	#showmoretests {float: right; margin-top: -35px; font-size: 14px;}
	.hideme {display: none;}
