#bubble_tooltip{
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/balloon.gif');
	background-repeat:no-repeat;	
	background-position:bottom left;
	width:300px;
	height:200px;
	margin-bottom:1px;
}
#bubble_tooltip .bubble_middle div{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:center;
}



#bubble_tooltip2{
	position:absolute;
	display:none;
}
#bubble_tooltip2 .bubble_middle2{
	background-image: url('../images/balloon2.gif');
	background-repeat:no-repeat;	
	background-position:bottom left;
	width:310px;
	height:225px;
	margin-bottom:1px;
}
#bubble_tooltip2 .bubble_middle2 div{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:center;
}




#bubble_tooltip3{
	position:absolute;
	display:none;margin-top:225px;
}
#bubble_tooltip3 .bubble_middle3{
	background-image: url('../images/balloon3.gif');
	background-repeat:no-repeat;	
	background-position:bottom left;
	width:310px;
	height:225px;
	
}
#bubble_tooltip3 .bubble_middle3 div{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:center;
	padding-top:37px;
}
