﻿.divload {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color:rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    overflow: hidden;
    outline: 0;
    transition: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.centerssss {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 70px;
    background-color: transparent;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centerssss img {
        height: 30px;
        width: 30px;
    }
