#bubble_tooltip{
	width:163px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/share/img/ht.png');
	background-repeat:no-repeat;
	height:10px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/share/img/md.png');
	background-repeat:repeat-y;	
	/*background-position:bottom left;*/
	padding-left:12px;
	padding-right:25px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	/*top:-10px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;*/
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/share/img/ft.png');
	background-repeat:no-repeat;	
	height:32px;
	position:relative;
	/*behavior:url('../js/iepngfix.htc');*/
	/*top:-6px;*/
}
#bubble_tooltip .gray66{
	color:#666666;
	margin-top:10px;
	/*top:-6px;*/
}


/*-----------------------------*/
#bubble_tooltip2{
	width:163px;
	position:absolute;
	display:none;
}
#bubble_tooltip2 .bubble_top{
	background-image: url('../images/share/img/ht.png');
	background-repeat:no-repeat;
	height:10px;
}
#bubble_tooltip2 .bubble_middle{
	background-image: url('../images/share/img/md.png');
	background-repeat:repeat-y;	
	padding-left:12px;
	padding-right:25px;
}
#bubble_tooltip2 .bubble_middle span{
	position:relative;
}
#bubble_tooltip2 .bubble_bottom{
	background-image: url('../images/share/img/ft.png');
	background-repeat:no-repeat;	
	height:32px;
	position:relative;
}
#bubble_tooltip2 .gray66{
	color:#666666;
	margin-top:10px;
}

