@charset "utf-8";
/* CSS Document */



div.helpMenu{
	cursor:move;
	display:none;
	position:absolute;
	width:180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:100;
}

#showhelp{
	display:none;
	position: absolute;
	background-color:#c16744;
	border: #ccc outset 3px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	color: #fff;
	width: 120px;
	z-index:10;
}

#showhelp a, #showhelp a:hover{
	cursor:pointer;
	text-decoration:none;
	color:#fff;
	
}

a.close {
	cursor:pointer;
}
div.close {
	position:absolute;
	display:block;
	float:right;
	margin-left:150px;
	margin-top:10px;
	z-index:10;
	
}