.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: grey;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity = 80);
}

.ajaxLoading {
	display: none;
	position: absolute;
	top: 40%;
	left: 46%;
	padding: 32px;
	z-index: 2002;
	overflow: auto;
	background-repeat: no-repeat;
}

.globalMessagesGroup ul {
	list-style-type: none;
}

.globalMessagesGroup .infoMessage {
	color: green;
}

.globalMessagesGroup .errorMessage {
	color: red;
}

.globalMessagesGroup .warnMessage {
	color: #fcb322;
}