
/*	anlys_close_anchor.css	2007-05-15
 *
 *	*/

#myDropDownMenuCloseLink	{				/* link at bottom of drop down to manually close this window */
	margin			:	1px			;
	border			:	1px solid black		;
	padding			:	1px			;
	position		:	absolute		;
	bottom			:	-20px			;
	left			:	+10px			;
	text-align		:	right			;
	font-size		:	9px			;
	color			:	white			;
	background-color	:	red			;
}
