#bubble_tooltip{
	width:185px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('/lint/shared/images/bubble_top.png');

	background-repeat:no-repeat;
	height:32px;
	width : 185px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('/lint/shared/images/bubble_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
/*	padding-left:21px;
	padding-right:21px;*/
	width : 185px;
}
#bubble_tooltip .bubble_middle div{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	position:relative;
	z-index:20;
	top:-7px;
	padding-left:21px;
	padding-right:21px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('/lint/shared/images/bubble_bottom.png');

	background-repeat:no-repeat;
	height:60px;
	width : 185px;
	position:relative;
	top:-6px;
	z-index:18;
}