#divLoading
{
    background: none;
}
#divLoading.show
{
    z-index: 100;
    background-image : url('/images/progress.gif');
    background-size: 26px;
    background-repeat : no-repeat;
    background-position : left;
    top: 6px;
}
#successGus, #failedGus{
    display:none;
}
