
.wicket-ajax-indicator {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	text-decoration: none;
	z-index: 200002;
}

.wicket-ajax-indicator .background{
	width: 100%;
	height: 100%;
	background: rgb(230, 230, 230);
	opacity: .50;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	text-decoration: none;
}
.wicket-ajax-indicator .waitingmsg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 534px;
	margin-left: -267px;
	text-align: center;
	margin-top: 100px;
}

.wicket-ajax-indicator .waitingmsg .richtext {
	display: inline-block;
	font-size: 12pt;
	background-color: rgb(255, 255, 255);
	border: 1px solid grey;
	padding: 10px;
}

.wicket-ajax-indicator img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 104px;
	height: 104px;
	margin-left: -52px;
	margin-top: -52px;
}