#processing_overlay {
    position: absolute;
    /*zIndex: 99998;*/
    z-index: 99998;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background:rgb(0,0,0);
    background: transparent\9;
    background:url(../img/transparent.png) no-repeat -999px -999px\9;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    zoom: 1;
    opacity: 0.5;
    cursor: wait;
}

#processing_container {
    font: bold 14px verdana;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    position: relative;
    background-color: #fff;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

#processing_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    background-color: #669900;
    color: #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#processing_content {

}
