iframe.wait {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 filter: alpha(opacity=60);
 opacity: .60;
 -moz-opacity: .60;
 position: absolute;
 margin: 0px;
 border: 0px;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 10px;
 display: none;
 z-index: 10000;
 visibility: hidden;
}

div.waitbg {
 position: absolute;
 padding: 0px;
 margin: 0px;
 top: 0px;
 left: 0px;
 border: 0px;
 /*left: expression( ( ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
 top: expression( ( ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );*/
 z-index: 10001;
 display: block;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
 filter: alpha(opacity=40);
 opacity: .40;
 -moz-opacity: .40;
 overflow: hidden;
 background-color: rgb(86,140,230);
 width: 100%;
 height: 10px;
 cursor: wait;
}

body > div.waitbg {
 position: fixed;
}

div.wait {
 position: absolute;
 top: 0px;
 left: 0px;
 border: 0px;
 z-index: 10002;
 display: block;
 margin: 0px;
 padding: 3px;
 width: 550px;
 height: 150px;
 background: #fff;
 cursor: wait;
}

div.waittext {
 position: relative;
 margin: 0px;
 padding: 0px;
 display: block;
 border: 1px solid #ab0000;
 width: 548px;
 height: 148px; 
 font-size: 12pt;
 font-weight: bold;
 color: #000;
 line-height: 20pt;
 text-align: center;
 cursor: wait;
}

