.dialog-overlay {width:100%; top:0; left: 0; position: absolute; background-color:#CCC; z-index:2000; opacity:0.3;filter: alpha(opacity=30);}
.dialog-container {position: fixed; _position: absolute; z-index:2001;}
.dialog-shadow {position: absolute; z-index:2001; width:100%; height:100%; background-color:#333; opacity:0.3;filter: alpha(opacity=30);}
.dialog-panel {position: absolute; z-index:2002; width:100%; height:100%; background:#fff;}
.dialog-close {position: absolute; z-index:2003; width:24px; height:24px; top:-6px; right:-6px; background:url('close.png'); cursor: pointer;}
.dialog-close:hover {background:url('close-h.png');}
.dialog-btn {background:url('btn-bg.png'); width:60px; height:24px; line-height:24px; border:#CCC 1px solid;cursor:pointer;text-align:center; display: inline-block;}
.dialog-confirm-info {min-height:36px;line-height:36px; text-align:center;}
.dialog-confirm-select {margin:38px auto 0;text-align:center;}
.dialog-info-ico {background:url('info.png');width:32px;height:32px;display:inline-block;vertical-align:middle;}
.dialog-confirm-panel {margin:44px auto 0;text-align:center;}