/**
 * auto load css
 */
html {
    width: auto;
}

html body {
}

.overlay_modal{
    background: url(../lib/image/ajax-loader.gif) no-repeat center center #808080;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}