#bubble_message_div .bubble_top{
	background-image: url('/templates/nimble_2008_001/images/bubble-tooltip/bubble_top.gif');
	background-repeat:no-repeat;
	height:12px;	
}
.bubble_middle
{
	background-image: url('/templates/nimble_2008_001/images/bubble-tooltip/bubble_middle.gif');
  background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
.bubble_middle span
{
	position:relative;
	top:-2px;
	left:25px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:13px;
}
.bubble_bottom
{
	background-image: url('/templates/nimble_2008_001/images/bubble-tooltip/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:18px;
	position:relative;
	top:-6px;
}
