.overlay_mapiwindow {
	background:#222222;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index:3;
}

.mapiwindow_nw {
  background: transparent url(mapiwindow/bordes.gif) no-repeat 0 0;			
  width:24px;
  height:24px;
}

.mapiwindow_n {
  background: #000;
  height:24px;
}



.mapiwindow_ne {
  background: transparent url(mapiwindow/bordes.gif) no-repeat -24px 0;			
  width:24px;	  
  height:24px;

}



.mapiwindow_w {

  background:#000;			

  width:7px;

}



.mapiwindow_e {
  background:#000;			
  width:7px;	 
}



.mapiwindow_sw {

  background: transparent url(mapiwindow/bordes.gif) no-repeat 0 -24px;			

  width:24px;

  height:44px;

}



.mapiwindow_s {
  background: transparent url(mapiwindow/bottom-middle.gif) no-repeat 0 0;		
  height:44px;
}



.mapiwindow_se, .mapiwindow_sizer  {
  background: transparent url(mapiwindow/bordes.gif) no-repeat -24px -24px;			
  width:24px;
  height:44px;
}


.mapiwindow_sizer {
	cursor:se-resize;	
}

.mapiwindow_close {
	width: 23px;
	height:25px;
	background: transparent url(../img/close-window.gif) no-repeat 0 0;			
	position:absolute;
	top:38px;
	right:42px;
	cursor:pointer;
	z-index:1000;
}

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



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



.mapiwindow_title {
	float:left;
	height:17px;
	margin-top:7px;
	padding:0;
	border:0;
	width:100%;
	background:#FFF;
}



.mapiwindow_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background:#FDFDFD;
	padding:0;
}



/* For alert/confirm dialog */

.mapiwindow_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}



.mapiwindow_message {

  font: 12px arial;

	text-align:center;

	width:100%;

	padding-bottom:10px;

}



.mapiwindow_buttons {

	text-align:center;

	width:100%;

}



.mapiwindow_buttons input {

	width:20%;

	margin:10px;

}



.mapiwindow_progress {

	float:left;

	margin:auto;

	text-align:center;

	width:100%;

	height:16px;

	background: #FFF url('alert/progress.gif') no-repeat center center

}



.mapiwindow_wired_frame {

	background: #FFF;

	filter:alpha(opacity=60);

	-moz-opacity: 0.6;

	opacity: 0.6;	

}





