.ui-dialog { position: fixed; background: #fff; border-top: 10px solid #F3744A; -webkit-box-shadow:0px 0px 6px #333;-moz-box-shadow:0px 0px 6px #333;padding:4px 10px; }
.ui-dialog-titlebar { position: relative; height: 45px; padding: 14px 16px 5px 16px; }
.ui-dialog-title { color: #333; line-height: 45px; font-size: 24px }
.ui-dialog-title span { color: #666; font-size: 12px }
.ui-dialog-title span a,
.ui-dialog-title span a:hover { color: #696969; background: transparent }
.ui-dialog-titlebar-close { display: inline-block; zoom: 1; *display: inline; width: 26px; height: 26px; overflow: hidden; background: url('http://img.ubox.cn/web/img/ui/close.png') no-repeat; text-indent: -999px; position: absolute; top: 10px; right: 10px }
.ui-dialog-titlebar-close:hover { background: url('http://img.ubox.cn/web/img/ui/close.png'); }
.ui-dialog-content { padding: 30px 16px 30px 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.3; filter:Alpha(Opacity=30) }