.bubble, .quotebubble {
	width:206px;
	height:155px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
}

.quotebubble {
	background-color:#AAD2E0;
	background-image:url("../pix/corners/bubble.gif");
	background-repeat:no-repeat;
	background-position:right top;
}

.bubble {
	background-position:bottom left;
}

.bubble .text, .quotebubble .text  {
	color:#000000 !important;
	font-size:10px;
	padding:5px 20px 0px 8px;
	display:block;
}

.bubble .text {
	background-image:url("../pix/bubblebg_blue.gif");
	background-repeat:no-repeat;
	background-position:top left;
	height:100px;
}

.text i {
	color:#005580;
	font-style:normal;
}
