.blockUI {
    padding: 0;
    margin: 0;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: #000;
    border: 0px solid #aaa;

    cursor: wait;
    height: 50px;
    width: 64px;

    background-color:rgba(255, 255, 255, 0.9);
    background-image: url(../../../../img/global/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

