.modal_overlay { position: fixed; z-index:100001; top: 0px; left: 0px; height:100%; width:100%; background-color:#000; filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; } .modal_window { font: 12px Arial, Helvetica, sans-serif; color: #333333; background: #ffffff; z-index: 100002; color:#000000; border: 4px solid #525252; position: fixed; display: block; } .modal_closeWindow{ padding:5px 5px 0px 0px; margin-bottom:1px; text-align:right; float:right; } .modal_WindowTitle{ float:left; padding:9px 0 5px 10px; margin-bottom:1px; } .modal_title{ background-color:#e8e8e8; height:35px; font-size: 16px; } .modal_iframeContent{ clear:both; border:none; margin:0px; padding:0px; overflow-x:hidden; }