#bubble_tooltip{
	width:240px;
	position:absolute;
	display:none;
	z-index:5000;
	cursor:hand;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.png');
	background-repeat:no-repeat;
	height:5px;	
}

#bubble_tooltip .bubble_top span{
	float:right;
	padding-right:55px;
	padding-top:5px;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middlexxx.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}

#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:5px;
	position:relative;
}
#bubble_tooltip .bubble_middle #bubble_tooltip_content{
	width: 165px;
	position:relative;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	padding-left: 10px;
}

#bubble_tooltip2{
	width:224px;
	position:absolute;
	display:none;
}
#bubble_tooltip2 .bubble_top{
	background-image: url('../images/bubble_top2.png');
	background-repeat:no-repeat;
	height:5px;	
}
#bubble_tooltip2 .bubble_middle{
	background-image: url('../images/bubble_middle2.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}

#bubble_tooltip2 .bubble_bottom{
	background-image: url('../images/bubble_bottom2.png');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:5px;
	position:relative;
}
#bubble_tooltip2 .bubble_middle #bubble_tooltip_content2{
	width: 165px;
	position:relative;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
	padding-left: 40px;
}

.tooltip_text {
cursor:hand;
}