#loading-mask .loader {
    color: #D85909;
    font-weight: bold;
    text-align: center;
}

#loading-mask {

	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;

    color: #D85909;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    z-index: 1200;
}

#loading-mask .loader {
    background: none repeat scroll 0 0 #FFF4E9;
    border: 2px solid #F1AF73;
    color: #D85909;
    font-weight: bold;
    left: 50%;
    margin-left: -105px;
    padding: 15px 30px;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 165px;
    z-index: 1000;
}

#loader_w_grey{
	position:static; 
	top:0px;
	left:0px; 
	height:100%;
	width:100%; 
	background-color:#494949;
	opacity:0.03;
}

#loading-mask .loader {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    border-radius: 27px;
    color: #222;
    font-weight: bold;
    left: 50%;
    margin-left: -105px;
    opacity: 0.92;
    padding: 7px 24px;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 144px;
    z-index: 1000;
}