@CHARSET "ISO-8859-1";

#serverSideFrame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 1000;
}

#groupFrame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 999;	
}

#background {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 999;	
}

#confirmationfrmebackground {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 999;	
}