.ui-dialog-titlebar-close {
    position:absolute;
    right:10px;
    top:0px;
}
.ui-dialog-overlay {
    background-color:white;
    opacity:0.3;
    filter:alpha(opacity=30); 
    -moz-opacity:0.3;
}
.ui-dialog-content {
	padding:10px;
	color: #716F6E;
	background-color: #FFFFFF;
	border-top: 1px solid #0476C5;
}

.ui-dialog-titlebar {
    cursor:move;
    height:17px;
}

.ui-dialog-buttonpane {
    bottom:8px;
    position:absolute;
    text-align:center;
    width:100%;
}


/* Dialog handle styles */
.ui-resizable { position: relative; }

/* Global handle styles */
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1600}
.ui-resizable .ui-resizable-handle { display: block; }

.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; }

.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; }

.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; }

.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; }

.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px;}

.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px;}

.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px;}

.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px;}
