/*.loadingbox {
	background: url(images/loader/bg.jpg) #ffffff repeat-x;
	border: 1px solid #000000;
	color: #000000;
	display: table;
	font: 11px Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	left: 0px !important;
	padding: 10px 0 10px 0;
	position: fixed;
	text-align: center;
	top: 0px !important;
	width: 100% !important;
}
.loadingbox-table {
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #000000;
	display: table;
	left: 0px !important;
	position: fixed;
	right: 0px !important;
	text-align: center;
	top: 0px !important;
	width: 100% !important;
}*/
.loaderbg {
	background: #ffffff;
	border-bottom: 1px solid #000000;
	height: 16px;
	left: 0px; /*padding: 20px 60px 20px 60px;*/
	padding: 11px 0 10px 0;
	position: fixed;
	top: 0px;
	width: 100%;
}
.loaderbg-center {
	background: #ffffff;
	border: 4px solid #ff86c2;
	height: 16px;
	left: 50%;
	margin: -30px 0 0 -150px;
	padding: 21px 0 20px 0;
	position: fixed;
	top: 50%;
	width: 300px;
}
.loaderbox {
	background: #ffffff;
	color: #000000;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	/*position: fixed;
	left: 50%;
	margin: 0 0 0 -80px;
	width: 160px;
	padding: 0;*/
}

