/*
 * jQuery UI Dialog 1.8.10
 *
 * 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 .ui-dialog-content { text-align:justify; line-height:1.5; border: 0; position: relative;  padding: .8em 1em; background: none; overflow: auto; zoom: 1;}
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: 0; padding: .5em; }
.ui-dialog .ui-dialog-buttonpane button { margin: .2em 0 0 .5em; cursor: pointer; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}