.ui-dialog { position: relative; background: white; }
.ui-dialog .ui-dialog-titlebar { display: block; }
.ui-dialog .ui-dialog-content { border: 0; margin: 0; padding: 10px 0 10px; overflow: auto; text-align: center; font-weight: bold; }
.ui-dialog .ui-dialog-buttonpane { width: 100%; left: 0; text-align: center; background: none; border: none; padding: 0 0 20px 0; margin: 0; }
.ui-dialog .ui-dialog-buttonpane button { float: none; width: 46px; height: 24px; cursor: pointer; border: none; background: url('/images/www/btnDialog.png') 0 0 no-repeat; color: #808080; font-weight: bold; margin: 0; padding: 0; }

