#bubble_tooltip{
	width:250px;
        height:300px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	width:250px;
        height:39px;
	background-image: url('../images/bubble_top.png');
	background-repeat:no-repeat;
}
#bubble_tooltip .bubble_middle{
	width:250px;
        height:109px;
	background-image: url('../images/bubble_middle.png');
	background-repeat:no-repeat;
}
#bubble_tooltip .bubble_middle div{
	position:relative;
        text-align: center;
        white-space:wrap;
        margin:0px 40px;
	top:20px;
        color: #fff;
        font-weight: bold;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
}
#bubble_tooltip .bubble_bottom{
	width:250px;
        height:152px;
	background-image: url('../images/bubble_bottom.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	position:relative;
}
