#bubble_tooltip{
	width:200px;
	position:absolute;
	display:none;
    z-index:1000;
    background-color:#F0F5FF;
    border:3px solid #ccc;

}
#bubble_tooltip .bubble_top{
	/*background-image: url(../img/bubble_top.gif);
        height:16px;*/
	background-repeat:no-repeat;
}
#bubble_tooltip .bubble_middle{
	/*background-image: url(../img/bubble_middle.gif);
     background-repeat:repeat-y;
	background-position:bottom left;
    padding-left:7px;
	padding-right:7px;    */
    height:2px;
    border-left:2px solid #ddd;
    border-right:2px solid #ddd;
	
	
    background-color:orange;
}
#bubble_tooltip  span{
	position:relative;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../img/bottommiddle.png);
    height:10px;
	background-repeat:no-repeat;
	position:relative;
    top:13px;
    left:30px;
}