﻿    
    .loader img
    {
        width: 60px;
        height: 60px;
    }


    .overlay {
        position: fixed;
        z-index: 99998;
        top: 0px;
        left: 0px;
        background-color: #eeeeee;
        width: 100%;
        height: 100%;
        filter: Alpha(Opacity=70);
        opacity: 0.70;
        -moz-opacity: 0.70;
    }

    .loader {
        z-index: 99999;
        position: fixed;
        width: 60px;
        margin-left: -30px;
        top: 50%;
        left: 50%;
    }
