.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		:	1px;
	width		:	14px;
	height		:	14px;
	text-align	:	center;
	cursor		:	default;
	*/
	width		:	9px;
	height		:	11px;
	background-image : url( i/formmark.gif );
	background-repeat : no-repeat;
	-moz-box-sizing	: border-box;	
	box-sizing	:	border-box;	
}
