﻿.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 {font-size: 12px; border: 1px #999 solid;border-radius: 10px;;background-color: #fff;padding: 10px;box-shadow: 0 1px 5px #aaa; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);}
.dialog .bar {  cursor: move; }
.dialog .bar .title { float: left; margin-right: 10px;font: bold 14px/20px "Microsoft Yahei";  }
.dialog .bar .close { float: right; cursor: pointer; text-decoration: underline }
.dialog .content { height: 296px; max-width: 800px;text-align: left;overflow-y: auto; font-size: 14px;line-height: 180% }
.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}
.dialog .close,.dialog .close:hover{text-decoration: none !important;}
.dialog .times{font-family: Arial !important;font-weight: bold;font-size: 24px !important; color: #999}
.dialog .close:hover .times{color: #333}