td{ font: 100%/1.6em Helvetica, Arial, sans-serif;}

fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
legend { font-size: 8pt ;font-weight: bold; color: #666; }

#hintbox { /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: yellow;
width: 160px; /*Default width of hint.*/ 
padding: 8px;
border:1px solid #ddd;
line-height: 15pt;
z-index:100;
border-right: 2px solid #bbb;
border-bottom: 2px solid #bbb;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/                                             
font-weight: bold;
margin: 3px 8px;
text-decoration:none;
}

.hidden{
	display: none;
}