/* CSS Document */

div.htmltooltip{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
position: absolute; /*leave this and next 3 values alone*/
z-index: 1;
left: 300px;
top: -20000px;
background:#999999;
border: 3px solid #003562;
color: white;
padding: 3px;
width: 170px; /*width of tooltip*/
}


