#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 200%;
	z-index: 99999;
	background-color: #000!important;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	display:block;
	position:absolute;
	border: 0 solid;
	text-align:left;
	z-index:100000;
	overflow: auto;
/*	border: 10px solid #94b974;*/
  margin-top: 10px;
}
/*#MB_window[id] { position: fixed!important; }*/

#MB_frame {
	position:relative;
	border-style: solid;
	border-width: 0;
	height:100%;
/*	background-color: #fff;*/
}

#MB_header {
display: none;
  margin:0;
  height: 26px;
}

#MB_content {
  padding: 0;
  overflow:auto;
/*	background-color: #fff;*/
}

#MB_caption {
  font-size:100%;
  font-weight: bold;
  padding: 0 0 0 12px;
  margin: 0;
  text-align: left;
}

#MB_close {
  display:block;
  position:absolute;
  right:0; top:0;
  padding:7px 5px;
  font-weight:bold;
  text-decoration:none;
  font-size:11px;
}
#MB_close:hover {
	background:transparent;
}

/* Color scheme */
#MB_window {
  color:#000;
}

#MB_frame {/* border-color:#DEE0E5 */}

#MB_header { display: none; background-color:#c3e0aa; font: 12px bold Arial, Helvetica; color: #4e7e24; }
#MB_header img { border: 0; }

#MB_caption { color:#000 }

#MB_close { color:#000; background: none; }
#MB_close:hover { color:#000 }

