#bubble_tooltip{
	width:250px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../img/bubble_top.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	height:4px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../img/bubble_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:2px;
	font-size:12px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../img/bubble_bottom.png');
	background-repeat:no-repeat;
	height:3px;
	position:relative;
	top:0px;
}


