/* Styles for form hint boxes
	Uses Javascript file showHint.js */
	
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border: 1px solid black;
	line-height: 1.1em;
	color: #000000;
	z-index: 100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

#hintbox em {
	color: red;
	}
	
.hintanchor{ /*CSS for link that shows hint onmouseover*/
color: blue;
margin: 0;
}
