#helphint {
	visibility:hidden;
	position:absolute;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:2px solid #336799;
	font-size: 12px;
	background-color:#F8F8F8;
	z-index:100;
	cursor: help;
	font-weight: lighter;
	margin: 0px;
	padding: 6px;
	width: 300px;
}
.a-helphint {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #392117;
	cursor: help;
	color: #392117;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 1px;
}

