
/*	include_anlys_grammar_error_box.css		2007-05-31
 *
 * 	2021-02-04	- added z-index for auth0 version (wow long time)
 */

#myGrammarErrorBoxDiv	{

	background-color	:	white			;
	border			:	9px solid orange	;
	display			:	none			;
	padding			:	8px			;
	position		:	absolute		;
	width			:	450px			;
		/*
	z-index			:	50			;
		/* 2021-02-04 */
}
	/* left			:	10px			;	*/
	/* top			:	10px			;	*/

.clients_grammar_errors	{
	margin			:	0px			;
	border			:	4px 			;
	padding			:	0px			;
	font-size		:	9px			;

}

#Param_grammar_error_box_notes	{
	border-width		:	medium			;
	border-style		:	solid			;
	border-color		:	#000000			;
}


