#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #FBEDE0;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:3px solid #E47E25;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
/*
border-right: 0px solid black;
border-bottom: 0px solid black;
*/
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #8CA643;
/*margin: 3px 8px;*/
}