#bubble_tooltip{
	width:300px;
	position:absolute;
	display:none;
	z-index:1000;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.png');
	background-repeat:no-repeat;
	height:9px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	min-height: 100px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-4px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size:12px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:47px;
	position:relative;
	top:-4px;
}

#bubble_tooltip h3
{
	margin-top: 0px;
}

#bubble_tooltip img.logo
{
	margin-top: 20px;
}