
/*	anlys_popup_form.css		2007-05-03
 *
 *	2020-12-19	- added z-index for whatever bizarre reason
 *
 */

#myPhonemeGrid	{

	background-color	:	white			;
	border			:	9px solid blue		;
	display			:	none			;
	position		:	absolute		;
	padding			:	2px			;
	width			:	110px			;
	z-index			:	100			;
	/**
	top			:	10px			;
	left			:	10px			;
	**/

}

