#tooltip {
   position: absolute;
   z-index: 3000;
   border: 5px solid #D9D9D9;
   background-color: #fff;
   margin:0px;
   padding:5px 10px;
   opacity: 0.95;
   font-size: 10px;
   line-height: 1.3em;
   width:350px;
}
#tooltip, #tooltip div { 
margin: 0;
 }


#tooltip h3{ /*text styling*/
font: 12px arial, verdana, sans-serif;
font-weight: normal;
margin: 0;
padding:0;
}

.gainlayout { min-height: 0; }  /* IE7 hack */

