.ui-dialog { position: fixed; background: #fff; border: 1px solid #57b746 }
.ui-dialog-shadow { display: none; position: fixed; background: #c4df9b; z-index: 1000; filter: alpha(opacity=40); -ms-filter: 'alpha(opacity=40)'; opacity: 0.4 }
.ui-dialog-titlebar { background: #e6f4e3; position: relative; height: 45px; padding: 0 16px }
.ui-dialog-title { color: #333; line-height: 45px; font-size: 14px }
.ui-dialog-title span { color: #666; font-size: 12px }
.ui-dialog-title span a,
.ui-dialog-title span a:hover { color: #666; background: transparent }
.ui-dialog-titlebar-close { display: inline-block; zoom: 1; *display: inline; width: 13px; height: 13px; overflow: hidden; background: url('http://misc.ubox.cn/img/ui/dialog.png') no-repeat; text-indent: -999px; position: absolute; top: 16px; right: 16px }
.ui-dialog-titlebar-close:hover { background: url('http://misc.ubox.cn/img/ui/dialog.png') no-repeat 0 -13px }
.ui-dialog-content { padding: 30px 16px 15px 16px; height: auto; overflow: visible }
.ui-dialog-buttonpane { padding: 0 16px 30px 16px; text-align: center }
.ui-dialog-buttonpane .bn-flat { margin: 0 10px }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; filter:Alpha(Opacity=50) }
