/*dialog*/
.dialog{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 2000;}
.dialog table.dialog-content{position: relative;width: 100%;height: 100%;z-index: 2;text-align: center;vertical-align: middle;pointer-events: none;}
.dialog table.dialog-content div.dialog-frame{position: relative;display: inline-block;*display: inline-block;*zoom:1;max-width: 90%;border-radius: 5px;margin: 0 auto;pointer-events: auto;overflow: hidden;}
.dialog table.dialog-content div.dialog-frame div.close{position: absolute;width: 20px;height: 20px;right:10px;top:10px;line-height: 0;font-size:0;background: url(img/close.png) no-repeat;background-size: 100%;z-index: 10;cursor: pointer;}
.dialog div.dialog-shadow{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background-color: #000;opacity: 0.8;}