#loading-mask{
	top:0px;
    left:0px;
	width:100%;
	height:100%;
	background: #2f9ad0;
background: -moz-linear-gradient(left, #222 0%, #222 40%, #000 100%);
background: -webkit-linear-gradient(left, #222 0%,#222 40%,#000 100%);
background: linear-gradient(to right, #222 0%,#222 40%,#000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#222',GradientType=1 );
	position:absolute;
	z-index:20000;
}

#loading{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:0px solid #6593cf;
	padding:0px;
	background-color: transparent;
    width:150px;
    float:none;
	text-align:center;
	z-index:20001;
}

#loading .loading-indicator{
	border:0px solid #a3bad9;
    background-color: transparent;
    color:#e9e9e9;
	font:bold 13px tahoma,arial,helvetica;
	padding:0px;
	margin:0;
	text-align:center;
}