/* Generic context menu styles */
#cursorMessageDiv {
	position: absolute;
	z-index: 99999;
	border: dotted 1px #CCC;
	background: #FFFFCC;
	padding: 2px;
	margin: 0px;
	display: none;
	font-size:80%;
}