#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #E8F1F9;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #2171C2;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 1px solid #2171C2;
border-bottom: 1px solid #2171C2;
visibility: hidden;
}

hr
{
color: #2171C2;
height: 1px;
}