﻿
.modal_Loader
{
    left:0;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background: #0000008f;
    filter: alpha(opacity=60);
    /*opacity: 0.6;*/
    /*-moz-opacity: 0.8;*/
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
}
.center img
{
    height: 128px;
    width: 128px;
}
