#bubble_tooltip
{
    /*Was width:249px; */
        width:180px; /* if changed, must also adjust the three bubble images in img/tooltip/ */
        position:absolute;
        display:none;
        margin-left: 20px;
        top: 200px;
}
#bubble_tooltip .bubble_top{
        background-image: url("../images/tooltip/bubble_top180a.gif");
        background-repeat:no-repeat;
        /* was height:11px;   */
        height:10px;
}
#bubble_tooltip .bubble_middle{
        background-image: url("../images/tooltip/bubble_middle180a.gif");
        background-repeat:repeat-y;    
        background-position:bottom left;
        padding-left:15px;
        padding-right:15px;
}
#bubble_tooltip .bubble_middle span{
        position:relative;
        top:-6px;
        font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
        font-size:11px;
        /*font-color: #cccccc;*/
}
#bubble_tooltip .bubble_bottom{
        background-image: url("../images/tooltip/bubble_bottom180a.gif");
        background-repeat:no-repeat;
        background-repeat:no-repeat;   
        height:27px;
        position:relative;
        top:-6px;
}
 



