
#helpBox {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 210px;
}
DIV.helpBoxDIV {
	width: 210px;
	padding: 2px;
	background: white;
	border: 1px solid white;
	color: black;
	text-align: left
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: Normal;
	font-weight: Normal;
	font-size: 12px;
	line-height: 14px;
}