/* Generic context menu styles */
#cursorMessageDiv {
	position: absolute;
	z-index: 99999;
	border: solid 1px #9b9a96;
	background: #fdf9f6;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	display: none;
	color: #9b9a96;
}

#cursorMessageDiv img.arrow {
	position: absolute;
	top: -10px;
	left: 47%;
}