/* This file skins dialog */
.ui-dialog .ui-dialog-titlebar {color:#C3CF25;background: #F2F2F2;padding: 0px;height: 28px;_height: 29px;}
.ui-dialog-container{background:#FCFCFC;}
.ui-dialog.ui-draggable .ui-dialog-titlebar {cursor: move;}
div.ui-dialog-overlay{background:#CCC;opacity:.6}
.ui-dialog .ui-dialog-titlebar-close {width: 16px;height: 16px;position:absolute;top: 6px;right: 7px;cursor: default;}
.ui-dialog .ui-dialog-titlebar-close span {}
.ui-dialog .ui-dialog-titlebar-close-hover {}
.ui-dialog .ui-dialog-title {margin-left: 5px;font-weight: bold;position: relative;top: 7px;left: 4px;}
.ui-dialog .ui-dialog-content {margin: 1.2em;}
.ui-dialog .ui-dialog-buttonpane {position: absolute;bottom: 8px;right: 12px;width: 100%;text-align: right;}
.ui-dialog .ui-dialog-buttonpane button {margin: 6px;}
/* Dialog handle styles */
.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: #808080; }
.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: #808080; }
.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: #808080; }
.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: #808080; }
.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: #808080; }
.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: #808080; }
.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: #808080; }
.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: #808080; }