/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: 0; width: 300px; overflow: hidden; border: 1px solid #555; border-radius: 5px; }
.ui-dialog .ui-dialog-titlebar { padding: .4em .5em; position: relative; background: #555; color: #fff; height: 16px;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; font-weight:bold; background: #555; color: #fff; font-size: 11px; text-transform: uppercase; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 3px; background: url("../images/icons.png") 0 -157px no-repeat; text-indent:-1000em; }
.ui-dialog .ui-dialog-titlebar-close:hover span, .ui-dialog .ui-dialog-titlebar-close:focus { background: url("../images/icons.png") 0 -179px no-repeat; }
.ui-dialog .ui-dialog-content {
position: relative;
background: #fff;
overflow: auto;
zoom: 1;
text-align:center;
padding:10px;
}
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
