#bubble_tooltip{
	width:185px;
	position:absolute;
	display:none;
	background color: black;
	border:1px solid white
}
#bubble_tooltip .bubble_top{
	background-image: url('/1bubble_top.gif');
	background-repeat:no-repeat;
	height:1px;
	bgcolor="black";	
}
#bubble_tooltip .bubble_middle{
	background-image: url('/1bubble_middle.gif');
	background-repeat:repeat-y;	
	padding-left:5px;
	padding-right:5px;
	background color: black;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-4px;
	font-family:  Arial, sans-serif;
	font-size:12px;
	font-color:"black";
	background color: black;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/1bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:1px;
	position:relative;
	top:-1px;
	background color: black;
}