@charset "utf-8";
/* CSS Document */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color:#990000;
width: 94px; /*Default width of hint.*/
height: 88px;
padding: 3px;
border:1px solid #FFCC00; 
z-index:100;
visibility: hidden;
}