
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffffcc;
width: 150px; /*Default width of hint.*/ 
padding: 3px 6px;
border:1px solid black;
font:normal 11px Trebuchet MS;
line-height:16px;
z-index:100;
/*border-right: 3px solid black;
border-bottom: 3px solid black;*/
visibility: hidden;
}
