#messageBox {
	display: none;	/* KEEP THIS */
  position: absolute;		/* KEEP THIS */
	
	border: 1px solid #949494;
	background: #ffffff;
	color: #06399C;
	padding: 8px;
	text-align: left;
}

.hiddenBox {
	display: none;
}

.help {
	cursor: help;
}