.ui-dialog-container {
    background: #FFF;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
    padding-bottom: 20px;
}

.ui-dialog-titlebar { 
    height: 58px; 
    background: url(../images/hr_small.gif) 10px bottom no-repeat;

}

.ui-dialog-title {
	position: absolute;
    left: 20px;
    top: 34px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;

}

.ui-dialog-titlebar-close:before {
	content: 'Close ';
    font-weight: normal;
    font-size: 11px;
}

.ui-dialog-titlebar-close {
	position: absolute;
    right: 10px;
    bottom: 10px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #383838;
    
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}



.ui-dialog-content {  
	background: url(i/bg.png) repeat-x #FFF;
    padding: 0 15px 15px 15px;
}

.ui-dialog-content .textfield {
	width: 100%;
}

.ui-dialog-content .textarea {
	width: 100%;
    height: 192px;
}




/*
.ui-resizable-handle { position: absolute; }
.ui-resizable-disabled .ui-resizable-handle { display: none; }
.ui-resizable-autohide .ui-resizable-handle { display: none; }

.ui-resizable-n  { cursor: n-resize;     top: 0px;  left: 0px;  width: 100%; height: 4px;     border-top: solid 2px #CCC; }
.ui-resizable-s  { cursor: s-resize;  bottom: 0px;  left: 0px;  width: 100%; height: 4px;  border-bottom: solid 2px #CCC; }
.ui-resizable-e  { cursor: e-resize;     top: 0px; right: 0px; height: 100%;  width: 4px;   border-right: solid 2px #CCC; }
.ui-resizable-w  { cursor: w-resize;     top: 0px;  left: 0px; height: 100%;  width: 4px;    border-left: solid 2px #CCC; }

.ui-resizable-se { cursor: se-resize; bottom: 0px; right: 0px; width: 8px; height: 8px; }
.ui-resizable-sw { cursor: sw-resize; bottom: 0px;  left: 0px; width: 8px; height: 8px; }
.ui-resizable-nw { cursor: nw-resize;    top: 0px;  left: 0px; width: 4px; height: 4px; }
.ui-resizable-ne { cursor: ne-resize;    top: 0px; right: 0px; width: 4px; height: 4px; }


.ui-dialog-buttonpane {}

.ui-dialog-titlebar-close span {}

.ui-dialog-titlebar-close-hover {}

*/