﻿#bubble_tooltip{
	width:165px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../img/bgAltTopo.gif');
	background-repeat:no-repeat;
	height:11px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../img/bgAlt.gif');
	text-align:center;
	height:14px;
	vertical-align:top;
}
#bubble_tooltip .bubble_middle span{
	font:bold 12px Verdana;
	color:#fff;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../img/bgAltBase.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:21px;
	position:relative;
}