.ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70) !important;
    left: 0 !important;
    opacity: 0.7;
    position: absolute !important;
    top: 0 !important;
}


#Progress_HideSelect
{
    background-color: #fff;
    border: none;
    display: inline-block;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px" );
    filter: alpha(opacity=0);
    left: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: expression(document.body.clientWidth + "px");
    z-index: 999997 !important;
}

.ProgressBackgroundFilter
{
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + "px" );
    position: absolute;
    width: expression(document.body.clientWidth + "px");
}

.ProcessMessage
{
    position: absolute;
    top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight * .30) + "px");
}
