#ajaxSpinner {
    z-index: 999999;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

#ajaxSpinnerCircularG {
    position: relative;
    width: 64px;
    height: 64px;
}

.ajaxSpinnerCircularG {
    position: absolute;
    background-color: #000000;
    background-color: rgba(0,0,0,0.7);
    width: 15px;
    height: 15px;
    -moz-border-radius: 10px;
    -moz-animation-name: bounce_ajaxSpinnerCircularG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 10px;
    -webkit-animation-name: bounce_ajaxSpinnerCircularG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 10px;
    -ms-animation-name: bounce_ajaxSpinnerCircularG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 10px;
    -o-animation-name: bounce_ajaxSpinnerCircularG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 10px;
    animation-name: bounce_ajaxSpinnerCircularG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#ajaxSpinnerCircularG_1 {
    left: 0;
    top: 25px;
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#ajaxSpinnerCircularG_2 {
    left: 7px;
    top: 7px;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#ajaxSpinnerCircularG_3 {
    top: 0;
    left: 25px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#ajaxSpinnerCircularG_4 {
    right: 7px;
    top: 7px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#ajaxSpinnerCircularG_5 {
    right: 0;
    top: 25px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#ajaxSpinnerCircularG_6 {
    right: 7px;
    bottom: 7px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#ajaxSpinnerCircularG_7 {
    left: 25px;
    bottom: 0;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#ajaxSpinnerCircularG_8 {
    left: 7px;
    bottom: 7px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounce_ajaxSpinnerCircularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    };
}

@-webkit-keyframes bounce_ajaxSpinnerCircularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    };
}

@-ms-keyframes bounce_ajaxSpinnerCircularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    };
}

@-o-keyframes bounce_ajaxSpinnerCircularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    };
}

@keyframes bounce_ajaxSpinnerCircularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    };
}
