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

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

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

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;
	font-size: 10px;
}
div.bubble a {
	font-style: normal;
	font-size: 10px;
}

/* Normal Bubble home */
div.bubble_home {
	width: auto;
	margin-bottom: 15px;
}

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

div.bubble_home blockquote p {
	margin: 5px;
	padding: 0px;
}

div.bubble_home cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 4px;
	background: transparent url(tip-b-vert.gif) no-repeat 20px 0;
	font-style: normal;
	font-size: 9px;
}
div.bubble_home a {
	font-style: normal;
}

