
helpDiv { 
	position: absolute; z-index: 3; width: 220px; height: auto; 
	background: #eeeeee; 
	display: none;
	padding: 0px 0px; text-align: left;
	background: none;
}
.helpDiv h1 {
	font-size: 12px;
	font-weight: bold;
}
.helpDiv p {
	font-size: 110px; margin: 0px;
}
a.helpLink {
	text-align: right;
}

a.helpLinkClose {
	float: right;
}

