.ajaxLoader {
	z-index: 1000 !important;
	display: none;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
}

.ajaxLoaderContent {
	z-index: 1001 !important;
	margin: auto;
	width: 60px;
}

.ajaxLoaderContent img {
	width: 60px;
	height: 60px;
}