﻿.busyindicator
{
    position: absolute;
    z-index: 100000;
    background-image: url("/content/images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left:50%;
    top:50%;
    display:none;
}
