.loaderbg {
	background: #fff;
	border-bottom: 1px solid #666;
    font-family:Arial, serif;
    font-size:18px;
	left: 0px;
    padding:30px 0px;
	position: fixed;
	top: 0px;
	width: 100%;
}
.loaderbox {
	background: #fff;
	color: #000;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
}
.loaderbg-center {
	background: #fff;
	border: 4px solid #666;
	left: 50%;
	margin: -40px 0 0 -210px;
	padding: 30px 0;
	position: fixed;
	top: 50%;
	width: 400px;
}
.loaderbox-center {
	background: #fff;
	color: #000;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
