.block-ui-overlay {
    z-index: 10001;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
         

}

/*body > .block-ui > .block-ui-overlay {
    
}*/

.block-ui-overlay.block-ui-visible {
    background-color: #fff;
    opacity: 0.1;
    -ms-filter: "alpha(opacity=10)";
    cursor: wait;
    
}

.block-ui-message-container {
    position: absolute;
    top: 300px;
    left: 550px;
    right: 0;
    height: 0;
    text-align: left;
    z-index: 10002;
   
}

body > .block-ui > .block-ui-message-container {
    position: fixed;
    
}

.block-ui-message {
position: fixed;
width: 20%;
height: 15%;
z-index: 10002;
background: url(/Images/loading5.gif) 50% 50%;
/*background: url(http://jimpunk.net/Loading/wp-content/uploads/loading75.gif) 50% 50%;*/

}
