.LoginLoading
{
	position:absolute;
	background-color:#FFF;
	text-align: center;
	width: 181px;
	height:160px;
	background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px solid #CCC;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.CartLoading
{
	position:absolute;
	background-color:#FFF;
	text-align: center;
	width: 160px;
	height:40px;
	background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px solid #CCC;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.ContentLoading
{
	left: 0px;
	top: 0px;
	background-color:#FFF;
	text-align: center;
	width: 100%;
	height: 100%;
	background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px solid #CCC;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	border: 2px solid #cc0033;
}

/*.ContentLoading
{
	position:absolute;
	background-color:#FFF;
	text-align: center;
	width: 390px;
	height: 200px;
	background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px solid #CCC;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	border: 3px solid #cc0033;
}*/

.GeneralLoadingContainer{
	left: 50%;
	top: 40%;
	position: fixed;
	z-index:901;
}

.GeneralLoading{
	position:relative;
	left: -50%;
	z-index:902;
	width: 200px;
	min-width: 200px;
	height: 80px;
	padding-top: 40px;
	border: 1px solid #CCC;
	background-color:#FFF;
	text-align: center;
	font-weight: bold;
	/*background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;*/
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

#GeneralLoading 
{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color:#FFF;
	text-align: center;
	background-image: url(../img/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: 0px solid #CCC;
	/*filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;*/
}