#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #F7F7FE;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #000099;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #000099;
border-bottom: 3px solid #000099;
visibility: hidden;
}
.hintanchor
{font: Verdana; font-size:11px; font-weight:600}