

        .modal1
        {
            position: fixed;
            z-index: 999;
            height: 100%;
            width: 100%;
            top: 0;
            filter: alpha(opacity=60);
            background:rgba(4, 4, 4, 0.19)
            -moz-opacity: 0.8;
        }
        .center1
        {
            z-index: 1000;
            margin: 255px auto;
            width: 60px;
            filter: alpha(opacity=100);
        }
        .center1 img
        {
            height: 60px;
            width: 60px;
        }


       
     