.loaderPage
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.loaderBackground
{
	filter: Alpha(Opacity=50); -moz-opacity:0.5; opacity: 0.5;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index: 950;
	top: 0px;
	left: 0px;
}
.loaderContainer
{
	position: absolute;
	width: 300px;
	left: 50%;
	top: 50%;
	z-index: 960;
}
.loader
{
	background-color: #000;
	color:#FFBB00;
	border: solid 1px #FFBB00;
	
	position: relative;
	top: -80px;
	left: -100px;
	z-index: 1000;
	
	width: 220px;
	height: 50px;
}
.loaderIcon
{
	float: left;
	margin: 10px;
}
.loaderText
{
	margin: 8px 10px;
	padding: 10px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
