﻿.modal_popup
        {
            position: fixed;
            height: 100%;
            width: 100%;
            top: 0;
            -moz-opacity: 0.8;
            background-color: Gray;
            filter: alpha(opacity=80);
            opacity: 0.94;
            z-index: 310000;
            right:0px;
        }
        .center_img
        {
            z-index: 13000;
            margin: 220px auto;
            padding: 10px;
            width: 130px;
            background-color: White;
            border-radius: 10px;
            filter: alpha(opacity=100);
            opacity: 1;
            -moz-opacity: 1;
        }
        .center_img img
        {
            height: 110px;
            width: 100px;
        }