

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 29px;
}

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

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

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 18px 0px 0px 15px;
	top: 16px;
	background: transparent url(tip1.gif) no-repeat 60px 0;
	font-style: normal;
	font-size: 13px;
}

