div.wicket-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(230, 230, 230);
	opacity: .50;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	text-decoration: none;
}

div.wicket-spinner {
	position: absolute;
	background-image: url(../../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-color: transparant;
	width: 66px;
	height: 66px;
}