#bubble_tooltip{
	width:100px;
	position: absolute;
	display:none;
	z-index: 1000;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.jpg');
	background-repeat:no-repeat;
	height:6px;	
}
#bubble_tooltip .bubble_middle
{
    background-image: url('../images/bubble_middle.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 7px;
    padding-right: 7px;
    height: 12px;
    text-align: center;
}
#bubble_tooltip .bubble_middle span
{
    position: relative;
    font-family: Verdana;
    font-size: 11px;
    color: #ffff66;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.jpg');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:7px;
	position:relative;
	top: -7;
}