/* CSS Document */

.overlay {
	position: absolute;
}

.overlay,
.ui-widget-overlay {
	background: url(../img/overlay_white.png);
	opacity: 1;
    z-index: 50000;
}

.ui-widget-overlay > .wait,
.overlay > .wait {
	padding-top: 20px;
	background: url(../img/wait.gif) no-repeat top center;
	height: auto;
	width: auto;
}

.ui-widget-overlay > div,
.overlay > div {
	text-align: center;
	color: #4B4B4B;
	font-size: 1.1em;
	font-weight: bold;
}