#bubble_tooltip{
	width:216px;
	position:absolute;
	display:none;
	font-size:10px;
}
#bubble_tooltip .bubble_top{
	background-image: url('../image/comment_top.png');
	behavior: expression(IEPNGFIX.fix(this));
	background-repeat:no-repeat;
	height:10px;
	width:216px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../image/comment_middle.png');
	behavior: expression(IEPNGFIX.fix(this));
	background-repeat:repeat-y;
	background-position:bottom left;
	padding-left:10px;
	padding-right:16px;
	color: #333333;
	padding-top: 5px;
	width:190px;
	font-size:11px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:10px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../image/comment_bottom.png');
	behavior: expression(IEPNGFIX.fix(this));
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:35px;
	position:relative;
	top:-6px;
	width:216px;
}
