#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:#D0D39C;  /* #24758d */ 
width: 500px; /*Default width of hint.  : #24758d*/ 
padding: 5px;
border:1px solid #24758d;
font:normal 13px Verdana;
color:#003366;
 
line-height:18px;
z-index:100;
border-right: 1px solid #24758d;
border-bottom: 1px solid #24758d;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}