﻿  
     #bubble_tooltip{
		width: 210px;
                position:absolute;
                display: none;
        }
        #bubble_tooltip .bubble_top{
                position: relative;
                background-image: url(bubble_top.gif);
                background-repeat: no-repeat;
                height: 9px;
                }
        #bubble_tooltip .bubble_middle{
                position: relative;
                background-image: url(bubble_middle.gif);
                background-repeat: repeat-y;
                background-position: bottom left;
        }
        #bubble_tooltip .bubble_middle div{
		padding-left: 12px;
                padding-right: 20px;
                position:relative;
                font-size: 11px;
                font-family: arial, verdana, san-serif;
                text-decoration: none;
                color: Teal;	
		text-align:justify;	
        }
        #bubble_tooltip .bubble_bottom{
                background-image: url(bubble_bottom.gif);
                background-repeat:no-repeat;
                height:65px;
                position:relative;
               }  

