.beta.ui-dialog {
	position: absolute;
	padding: 0 8px 8px 8px;
	background: url(beta/br.gif) bottom right no-repeat;
	}

.beta .ui-dialog .ui-dialog-content {
	position: relative;
	top: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	background: #69F;
	overflow: hidden;
	zoom: 1;
	}

.beta .ui-dialog-titlebar {
	position: relative;
	height: 8px;
	background: url(beta/tm.gif);
	cursor: move;
	text-align: center;
	}

.beta .ui-dialog-titlebar-close {
	top: 8px;
	right: 0;
	width: 6px;
	height: 5px;
	opacity: 1.0 !important;
	filter: alpha(style=0,opacity=100) !important;
	text-indent: -5000px;
	background: url(beta/x.gif) no-repeat;
	z-index: 99999 !important;
	}

.beta .ui-dialog-titlebar-close:hover {
	background-position: 0 0;
	opacity: 0.4 !important;
	filter: alpha(style=0,opacity=40) !important;
	}

.beta .ui-dialog-titlebar-min, .beta .ui-dialog-titlebar-rest {
	display: none !important;
	}

.beta .ui-dialog-title {
	position: relative;
	top: 0;
	left: auto;
	height: 8px;
	color: #FFF;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.5px;
	}

.beta .ui-dialog .ui-resizable-handle {
	display: block;
	font-size: 0.1px;
	position: absolute;
	z-index: 99998 !important;
	}

.beta .ui-resizable-ne {
	top: 0;
	right: 0;
	cursor: ne-resize;
	height: 8px;
	width: 8px;
	background: url(beta/tr.gif) 0 0 no-repeat;
	}

.beta .ui-resizable-e {
	top: 8px;
	bottom: 8px;
	right: 0;
	cursor: e-resize;
	width: 8px;
	height: auto !important;
	background: url(beta/mr.gif) -1px 0 repeat-y;
	}

.beta .ui-resizable-se {
	bottom: 0;
	right: 0;
	cursor: se-resize;
	height: 8px;
	width: 8px;
	background: url(beta/br.gif) 0 0 no-repeat;
	}

.beta .ui-resizable-s {
	bottom: 0;
	left: 8px;
	right: 8px;
	cursor: s-resize;
	height: 8px;
	width: auto !important;
	background: url(beta/bm.gif) 0 0 repeat-x;
	}

.beta.ui-resizable-disabled .ui-resizable-s, .beta.ui-resizable-disabled .ui-resizable-sw {
	bottom: -6px;
	}

.beta .ui-resizable-sw {
	bottom: 0;
	left: 0;
	cursor: sw-resize;
	height: 8px;
	width: 8px;
	background: url(beta/bl.gif) 0 0 no-repeat;
	}

.beta .ui-resizable-w {
	top: 8px;
	bottom: 8px;
	left: 0;
	cursor: w-resize;
	width: 8px;
	height: auto !important;
	background: url(beta/ml.gif) 1px 0 repeat-y;
	}

.beta .ui-resizable-nw {
	top: 0;
	left: 0;
	cursor: nw-resize;
	height: 8px;
	width: 8px;
	background: url(beta/tl.gif) 0 0 no-repeat;
	}
