#test {
  width:100px;
  height:100px;
  float:left;
  background:#123;
}
.overlay_dialog img { border: none; }

.overlay_dialog {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.dialog_nw {
	background: transparent url(/images/alphacube/left-top.gif) no-repeat 0 0;			
  width: 10px;
  height: 25px;
}

.dialog_n {
  background: transparent url(/images/alphacube/top-middle.gif) repeat-x 0 0;			
  height: 25px;
}

.dialog_ne {
  background: transparent url(/images/alphacube/right-top.gif) no-repeat 0 0;			
  width: 10px;	  
  height: 25px;
}

.dialog_e {
  background: transparent url(/images/alphacube/frame-right.gif) repeat-y top right;			
  width: 7px;
}

.dialog_w {
  background: transparent url(/images/alphacube/frame-left.gif) repeat-y top left;			
  width: 7px;
}

.dialog_sw {
  background: transparent url(/images/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width: 7px;
  height: 7px;	
}

.dialog_s {
  background: transparent url(/images/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height: 7px;
}

.dialog_se {
  background: transparent url(/images/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width: 7px;
  height: 7px;	
}

.dialog_sizer {
  background: transparent url(/images/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width: 7px;
  height: 7px;
	cursor: se-resize;
}

/*
.dialog_print {
	width: 11px;
	height: 12px;
	background: transparent url(window/print.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
  right:36px;
	cursor:pointer;
	z-index:2000;
}
*/

.dialog_close {
	width: 23px;
	height: 23px;
	background: transparent url(/images/alphacube/button-close-focus.gif) no-repeat 0 0;			
	position: absolute;
	top: 0px;
	right: 11px;
	cursor: pointer;
	z-index: 1000;
}

.dialog_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(/images/alphacube/button-min-focus.gif) no-repeat 0 0;			
	position: absolute;
	top: 0px;
	right: 55px;
	cursor: pointer;
	z-index: 1000;
}

.dialog_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(/images/alphacube/button-max-focus.gif) no-repeat 0 0;			
	position: absolute;
	top: 0px;
	right: 33px;
	cursor: pointer;
	z-index: 1000;
}

.dialog_title {
	float: left;
	height: 14px;
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #000000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }



