.overlay_modal {

left: 0;
top: 0;
z-index: 10;
position: absolute;

background: black url(modal/blackdot.gif);
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); 
opacity: 0.8;

/*
visibility: hidden;
filter:alpha(opacity=90);
background-color: #666;
-moz-opacity: 0.6;
opacity: 0.6;
*/ 

}

IFRAME{ 
background-color: transparent;
}

.modal_n {
  background: #fff;			
  height:23px;
border-top:2px solid #000;
border-bottom:1px solid #BDC9D5;
  overflow: hidden;
}

.modal_s {
border-top:2px solid #000; 
  background: transparent;		
  height:1px; 
  overflow: hidden;
}


.modal_nw {
  background: #fff;			
  width:4px;
  height:23px;
  overflow: hidden;
border-top:2px solid #000;
border-left:2px solid #000;
}
.modal_w {
  background: #fff;			
  width:8px;
border-left:2px solid #000;
}
.modal_sw {
  background: transparent;	
border-top:2px solid #000;		
  width:5px;
  height:1px;
  overflow: hidden; 
}

.modal_ne {
  background: #fff;			
  width:2px;	  
  height:23px;
  overflow: hidden;
border-top:2px solid #000;
border-right:2px solid #000; 
}
.modal_e {
  background: #fff;			
  width:5px;	 
border-right:2px solid #000; 
}
.modal_se, .modal_sizer  {
border-top:2px solid #000;
  background: transparent;			
  width:5px;
  /*height:5px;*/ 
  overflow: hidden;
}

.modal_sizer {
	cursor:se-resize;	
}

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

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

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

.modal_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#fff;
}

.modal_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background:#FDFDFD;
/*border:1px solid #BDC9D5;
border-top:0px solid #BDC9D5;*/ 
}


/* For alert/confirm dialog */
.modal_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.modal_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.modal_buttons {
	text-align:center;
	width:100%;
}

.modal_buttons input {
	width:20%;
	margin:10px;
}

.modal_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.modal_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}



