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

.mapiayuda_nw {
	background: transparent url(mapiayuda/bg.gif) no-repeat 0 0;			
	width:34px;
	height:20px;
}

.mapiayuda_n {
  background: transparent url(mapiayuda/bg.gif) no-repeat -34px 0  ;			
  height:20px;
}

.mapiayuda_ne {
  background: transparent url(mapiayuda/bg.gif) no-repeat -494px 0 ;			
  width:34px;	  
  height:20px;
}

.mapiayuda_w {
  background: transparent url(mapiayuda/bg.gif) no-repeat 0 -20px;			
  width:34px;
}

.mapiayuda_e {
  background: transparent url(mapiayuda/bg.gif) no-repeat -494px -20px;			
  width:34px;	  
}

.mapiayuda_sw {
  background: transparent url(mapiayuda/bg.gif) no-repeat 0 -311px;			
  width:34px;
  height:65px;
}

.mapiayuda_s {
  background: transparent url(mapiayuda/bg.gif) no-repeat -34px -311px;			
  height:65px;
}

.mapiayuda_se, .mapiayuda_sizer  {
  background: transparent url(mapiayuda/bg.gif) no-repeat -494px -311px;			
  width:34px;
  height:65px;
}

.mapiayuda_sizer {
	cursor:se-resize;	
}

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

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

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

.mapiayuda_title {
	float:left;
	height:14px;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:1px;
	width:100%;
	color:#123456;
}

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


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

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

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

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

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