#bubble_tooltip{
	width:301px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	height:42px;
	background: url(../images/tooltip/bubble_top.gif) no-repeat;
}
#bubble_tooltip .bubble_middle{
	background: url(../images/tooltip/bubble_middle.gif) repeat-y left bottom;
	padding-left:12px;
	padding-right:10px;
	padding-top: 1px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	line-height: 1.8em;
	font-size: 80%;
	color: #666666;
}
#bubble_tooltip .bubble_bottom{
	height:8px;
	position:relative;
	top:-6px;
	background: url(../images/tooltip/bubble_bottom.gif) no-repeat;
}

