#overlay { background: #000; filter: alpha(opacity = 50); opacity: 0.5; display: none; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 100; display: none;}.MyalertBox { position: absolute; z-index: 200; width: 520px; height: 349px;}.closeBtn { position: absolute; z-index: 300; width: 35px; height: 20px; cursor: pointer; margin: -146px 220px; background: url("<%=basePath %>common/imgs/cross_diy.png") no-repeat;}.closeBtn_hover{ background: url("<%=basePath %>common/imgs/cross_diy_hover.png") no-repeat;}



