
/************************************************
These styles are used for the loading page file
************************************************/
.waiting {
	position: absolute;
	width: 100%;
	z-index: 1;
	opacity:0.6;
	filter:alpha(opacity=60);
	height: 0;

	_width:760px; /* need this for IE */
}

.waitingPanel {
	position: absolute;
	z-index: 2;
	display: none;
	width: 100%;

	_width: 0; /* This was needed for the waiting panel in IE */
}

.waitingPanel2 {
	position: relative;
	top: 0;
	left: 50%;
	z-index: 3;
	width: 0;

	_position: absolute; /* This was needed for the waiting panel in IE */
	_left: -50%; /* This was needed for the waiting panel in IE */
}

.waitingPanel4 {
	position: relative;
	top: 220px;
	left: -250px;
	background-color: #eeeeee;
	border: 1px solid #666666;
	color: #666666;
	width: 500px;
	text-align: center;
	padding: 6px;
	z-index: 4;

	_left: 125px; /* This was needed for the waiting panel in IE */
}

.waitingPanel5 {
	text-align:right;
}

