.moformmark
{
	position	:	absolute;
	visibility	:	visible;
	font-family	:	arial;
	font-size	:	9px;
	font-weight	:	bold;
	color		:	white;
	background-color: red;
	border		:	1px solid black;
	border-color:	#fecfcf #660000 #660000 #fecfcf;
	padding		:	2px;
	width		:	18px;
	height		:	18px;
	text-align	:	center;
	cursor		:	default;
	-moz-box-sizing	: border-box;	
	box-sizing	:	border-box;	
}

