#dHelpBox
{
	position		: absolute;
	
	width			: 150px;
	
	display			: none;
	z-index			: 100;
	
}

#dHBHeader
{
	width			: 150px;
	height			: 9px;
	
	background-image	: URL('../imgs/popup_header.jpg');
	background-color	: #000000;
	overflow		: hidden;
}

#dHBFooter
{
	display			: none;
	
}

#dHBClose
{
	margin-bottom		: -25px;
	float			: right;
	
	font-size		: 10px;
	font-family		: Arial;
	font-weight		: bold;
	
	padding			: 0px 8px 0px 0px;
}

#dHBTitle
{
	clear			: both;
	font-weight		: Bold;
	text-indent		: 10px;
	color			: #000000;
	text-align		: left;
	
	font-family		: Arial;
	font-size		: 10pt;
	
	padding			: 2px 6px;
	
	background-color	: #000000;
	color			: #ffffff;
}

#dHBContent
{
	font-family		: Trebuchet MS;
	font-size		: 9pt;
	color			: #000000;
	
	border-color		: #000000;
	border-style		: solid;
	border-width		: 2px 1px;
	
	background-color	: #eeeeee;
	text-align		: left;
	
	padding			: 3px 4px;
	
	clear			: both;
}
