/* CSS: Style for tooptip hint box of standalone form */
#hintbox{
	position:absolute;
	top: 0;
	background-color: white;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	color:navy;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: red;
	margin: 3px 8px;
}