#hintbox{ /*CSS for pop up hint box */
position:absolute;
text-align:left;
top: 0;
background-color: #ffffcc;
width: 150px; /*Default width of hint.*/ 
padding: 5px 5px 10px 8px;
border:1px solid #383854;
font:normal 13px Trebuchet MS, Verdana, Arial;
line-height:18px;
z-index:100;
border-right: 3px solid #383854;
border-bottom: 3px solid #383854;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
margin:2px 2px;
}

