﻿.modalspinner {
    position: fixed;
    z-index: 1099;
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    overflow:hidden
}

.center {
    z-index: 1500;
    margin: 189px auto;
    padding: 10px;
    width: 110px;
    border-radius: 10px;
    filter: alpha(opacity=150);
    opacity: 1;
    -moz-opacity: 1;
}

body.modalspinner {
    overflow: hidden !important;
}


.modalspinnerp {
    position: relative;
    z-index: 10500;
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    background-color: black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    overflow: hidden
}


body.modalspinnerp {
    overflow: hidden !important;
}

/*.center img {
        height: 30px;
        width: 30px;
    }*/
