.loading_mask{ background-color: #f3f3f3; position: absolute; z-index: 999; opacity: 0.9; filter: alpha(opacity=90); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; } .loading_bar{ background-image: URL("../images/ajax-loader.gif"); width: 220px; height: 19px; } .loading_msg{ display: block; margin-left: 50px; font-family: Calibri; font-size: 14px; color: #aaa; width: 230px; } .loading_window{ width: 230px; height: 50px; position: absolute; z-index: 9999; }