.dialog-overlay { background: rgba(0,0,0,0.3);  }
.dialog-overlay i{ background: #333; width: 70px;height: 60px;border-bottom-left-radius: 60px;position: absolute;right: 0;top: 0; text-align: center;display: block;font: 40px/50px Tahoma;color: #999;z-index: 11111;background: rgba(0,0,0,.6);text-indent: 15px;cursor: pointer}
.dialog { padding-right: 10px;font-size: 12px;; padding-left: 10px; padding-bottom: 10px; padding-top: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: url('../_i/alpha2.png'); }
/*.dialog .bar { padding-right: 6px; padding-left: 6px; min-height: 30px; background: #1B9AF7; padding-bottom: 6px; cursor: move; color: #fff; padding-top: 6px }*/
.dialog .bar {  cursor: move; background-color: #fff; height: 25px; padding: 0 15px}
.dialog .bar .title { float: left; margin-right: 10px;font: bold 14px/25px "Microsoft Yahei"; color: #333;}
.dialog .bar .close { float: right; cursor: pointer; text-decoration: underline }
.dialog .content { max-height: 600px; max-width: 960px; background-color: #fff;padding: 15px }
.dialog .content .panel-body{min-width:400px; overflow: auto; max-height: 450px }
.dialog iframe { width: 100%; height: 100% }
.dialog .content img { max-width: 700px; overflow: auto; max-height: 500px }
.dialog .content .panel,.dialog .content .alert{margin-bottom: 0;}
.dialog .content .nopanel{min-width:500px; overflow: auto; max-height: 500px;background-color: #fff;border-radius: 5px;padding: 10px}