#bubble_tooltip{
	width:250px;
	position:absolute;
	display:none;
	z-index:1; 
}
#bubble_tooltip .bubble_top{
	/*background-image: url('../images/bubble_top.gif');
	height:16px;
	background-repeat:no-repeat;*/
	background-image: url('../images/tool_01.png');
	height:29px;
	background-repeat:no-repeat;
	top:-6px;
		
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/tool_03.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:37px;
	padding-right:17px;
		
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Tahoma, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;

	/*	padding-left:20px;
	margin-left:20px;
	margin-top:0px;
	padding-top:0px;
	padding:10px;
	*/

}
#bubble_tooltip .bubble_bottom{
	/*background-image: url('../images/bubble_bottom.gif');
	height:44px;
	background-repeat:no-repeat;
	position:relative;
	top:-6px;*/
	background-image: url('../images/tool_04.png');
	height:11px;
	background-repeat:no-repeat;
	background-position:bottom;

}
