.help
{
	position: absolute; 
	display: inline;
}
.help_img
{
	clear: none;
	float: left;
	display: inline;
	position: absolute;
	padding-left: 5px;
	z-index: 999; 
}
.help_message
{
	clear: none;
	float: left;
	position: absolute;
	visibility: hidden;
	display: inline;
	margin: -1px 0 0 0;
	padding: 0;
	width: 170px;
	text-transform: none; 
	background: url('../images/help_bg_top.gif') top left no-repeat;
	height: 30px;
	min-height: 30px;
	white-space: normal;
	z-index: 99;
}
div[class] .help_message  /* min-height hack */
{ 
	height:auto; 
}
.help_message a
{
	clear: none;
	float: left;
	margin: 6px 0 0 0;
	width: 135px;
	font-size: 9px;
	color: black;
	padding: 0 12px 6px 25px;
	text-decoration: none;
	text-transform: none;
	background: url('../images/help_bg_bottom.gif') bottom left no-repeat;
}
.help_message span
{
	clear: none;
	float: left;
	margin: 6px 0 0 0;
	width: 135px;
	font-size: 9px;
	color: black;
	padding: 0 12px 6px 25px;
	text-decoration: none;
	text-transform: none;
	background: url('../images/help_bg_bottom.gif') bottom left no-repeat;
}
.help_message a:hover
{
	text-decoration: none;
}