
.WaitIcon
{
	z-index:			7;
	position:			absolute;
	top:				300px;
	margin-right:		150px;
}

.WaitIconBackground
{
	position:			absolute;
	left:				0px;
	top:				0px;
	width:				100%;
	height:				100%;

	background-color:	#000000;
    -moz-opacity: 		0.10;   
    opacity: 			0.10;   
	z-index:			5;
}

.WaitIconContainer
{
	position:			fixed;
	left:				0px;
	top:				0px;
	width:				100%;
	height:				100%;
	z-index:			5;
	text-align:			center;
}
