#bubble_tooltip{
	/* width:147px; */
	/* width:112px; */
	width:98px;
	position:absolute;
	display:none;
	text-align:center;
}
#bubble_tooltip .bubble_top{
	background-image: url('../../../../balloon/balloon-top3.png');
	background-repeat:no-repeat;
	height:17px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../../../../balloon/balloon-middle3.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	/* font-size:11px; */
	font-size:14px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../../../../balloon/balloon-bottom3.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	/* top:-6px; */
}

#bubble_tooltip2{
	width:147px;
	/* width:112px; */
	/* width:98px; */
	position:absolute;
	display:none;
	text-align:center;
}
#bubble_tooltip2 .bubble_top2{
	background-image: url('../../../../balloon/balloon-top.png');
	background-repeat:no-repeat;
	height:17px;
}
#bubble_tooltip2 .bubble_middle2{
	background-image: url('../../../../balloon/balloon-middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip2 .bubble_middle2 span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	/* font-size:11px; */
	font-size:14px;
}
#bubble_tooltip2 .bubble_bottom2{
	background-image: url('../../../../balloon/balloon-bottom.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	/* top:-6px; */
}
