#tooltip 
{
	background-color : #ffffff ;
	border : 1px solid #000000 ;
    color : #000000 ;
    font-size : 10px ;
    font-family : arial,verdana,helvetica,sans-serif;
	padding : 5px ;
	position : absolute ;
	z-index : 999999 ;
	opacity : 0.85 ;
}

#tooltip h3 , #tooltip div 
{ 
    border : 0px ;
    font-size : 10px ;
    font-family : arial,verdana,helvetica,sans-serif;
    margin : 0px ;
    padding : 0px ;
}

