
#disabledZone {
    position: fixed;
    *position:absolute;
    z-index:1000;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    top: expression( ( 0+( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    }

#messageZone {
    position: fixed;
    *position: absolute;
    top:0px;
    right:0px;
    background:red;
    color:white;
    font-family:Arial,Helvetica,sans-serif;
    padding:4px;
    top: expression( ( 0+( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    }