﻿#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#001225; 
    z-index:999999999999; 
}

#status {
    width:80px;
    height:80px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../imagens/loading.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-40px 0 0 -40px; 
}
.ui-loader.ui-corner-all{
	display:none;
}