.kdialog-overlay {width:100%; top:0; left: 0; position: absolute; background-color:#000; z-index:1000; opacity:0.3;filter: alpha(opacity=30);}
.kdialog-container {position: fixed; _position: absolute; z-index:1001; border-radius: 4px;}
/*.kdialog-shadow {position: absolute; z-index:1001; width:100%; height:100%; background-color:#333; opacity:0.3;filter: alpha(opacity=30);}*/
.kdialog-panel {position: absolute; z-index:1002; width:100%; height:100%; background:#fff; left: 8px; top: 8px; border-radius: 4px;}
.kdialog-panel > iframe { border-radius: 4px;}
.kdialog-close {position: absolute; z-index:1003; width:24px; height:24px; top:-6px; right:-6px; background:; cursor: pointer;}
.kdialog-close:hover {background:;}
.kdialog-btn {background:; width:60px; height:24px; line-height:24px; border:#ccc 1px solid;cursor:pointer;text-align:center; display: inline-block; margin: 0 6px;}
.kdialog-confirm-info {min-height:36px;line-height:36px; text-align:center;}
.kdialog-confirm-select {margin:38px auto 0;text-align:center;}
.kdialog-info-ico {background:;width:32px;height:32px;display:inline-block;vertical-align:middle;}
.kdialog-confirm-panel {margin:44px auto 0;text-align:center;}