.admin-loading {
    position: fixed;
    top: 33%;
    left: -50px;
    width: 40px;
    height: 208px;
    margin-top: -104px;
    background: #000 url(/public/images/loading2.gif) 16px 8px no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #444 1px 1px 3px;
    -moz-box-shadow: #444 1px 1px 3px;
    box-shadow: #444 1px 1px 3px;
    display: none;
}

.admin-loading-cloud {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .0;
    filter: opacity(alpha=00);
}

.admin-loading-cloud .admin-loading { display: block; }


.admin-loading img {
    position: absolute;
    bottom: 2px;
    right: 1px;
}

