#overlay { left:0; position:fixed; top:0; width:100%; height:100%; z-index:100; background-color:#999; }
#mbox { width:300px; height:150px; margin:0 auto; border:1px solid #036; background-color:#fff; text-align:left; }
#mtitle { margin:0; font-weight:bold; padding:0.2em 3px; height:1em; line-height:normal; background-color:#036; white-space:nowrap; border-bottom:1px solid #036; color:#fff; }
#mtitle img { width:9px; height:9px; float:right; margin:5px 3px; cursor:pointer; }
#boxInner { padding:5px; background-color:#FFF; text-align:left; vertical-align:middle; }
#boxInner table { margin:0 auto; text-align:left; }
#boxInner h4 { margin:0; padding:5px 0; }
#myBox { width :100%; position:fixed; text-align:center; display:block; z-index:200; }
* html #myBox,* html #overlay { position:absolute; }
