/*
 * jQuery UI CSS Framework 1.8.14
 *
 * 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/Theming/API
 */

/*
 * jQuery UI Dialog 1.8.14
 *
 * 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 {
	padding: 5px;
	max-width: 98%;
	max-height: 100%;
}
.ui-dialog .ui-dialog-titlebar { margin: 5px; }
.ui-dialog .ui-dialog-content { padding: 5px; }
.ui-dialog .ui-dialog-buttonpane { margin: 5px; padding: 0; }
.ui-dialog .ui-dialog-buttonpane button { margin: 10px 0 0 10px; }