
.overlay_dialog img { border: none; }

.overlay_dialog {
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.dialog_nw {
	width: 16px;
	height: 36px;
	background: transparent url(images/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(images/top_mid.gif) repeat-x 0 0;	
	height: 36px;
	width: 100%;
}

.dialog_ne {
	width: 12px;
	height: 36px;
	background: transparent url(images/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 4px;
	height: 100%;
	background: transparent url(images/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 7px;
	height: 100%;
	background: transparent url(images/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 16px;
	height: 24px;
	background: transparent url(images/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(images/bottom_mid.gif) repeat-x 0 0;		
	height: 24px;
	width: 100%;
}

.dialog_se {
	width: 12px;
	height: 24px;
	background: transparent url(images/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 12px;
	height: 24px;
	background: transparent url(images/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 19px;
	height: 19px;
	background: transparent url(images/close.gif) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:0px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(images/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(images/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:10px;
	right:40px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-size:16px;
	text-align:left;
	width:100%;
	color:#ff9900;
	font-weight:900;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background-color:#ffffff;
}

.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; }


