
	#bubble_tooltip{
	position: absolute;
	display: none;
	background-color: White;
	font-size: 20px;
	color: Black;
	font: bold;
}
	#bubble_tooltip .bubble_middle{
		background-position:bottom left;
	}
	#bubble_tooltip .bubble_middle img{
		border: 10px solid White;
	}

	#bubble_tooltip .bubble_bottom{
		height:20px;
		position:relative;
		/*top:-6px;*/
		padding-left:5px;
		padding-bottom:5px;
	}
	#bubble_tooltip .bubble_bottom span{
		position:relative;
	}	