#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important; overflow:hidden;
}
#MB_overlay[id] { position: fixed; overflow:hidden;}

#MB_window {
	position:absolute;
	top: 0;
	border: 0 solid;
	text-align:left;
	z-index:10000; overflow:hidden;
}
#MB_window[id] { position: fixed!important; overflow:hidden;}

#MB_frame {
	position:relative;
	background-color: #333333;
	height:100%; overflow:hidden;
}

#MB_header {
	margin:0;
	height: 28px; overflow:hidden;
}

#MB_content {
	padding: 0px;
	overflow:hidden;
}

#MB_caption {
	font: bold 85% Arial;
	text-shadow: #FFF 0 1px 0;
	padding: 0px;
	margin: 0;
	text-align: left; overflow:hidden;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:4px;
	padding:2px 3px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px; overflow:hidden;
}
#MB_close:hover {
	background:transparent; overflow:hidden;
}

#MB_loading {
	padding: 0px;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat; overflow:hidden;
}

/* Color scheme */
#MB_window {
	background-color:#333333;
	color:#000; overflow:hidden;
}
#MB_content { border-top: 1px solid #333333; overflow:hidden; }
#MB_header {
  /*background-color:#CCC;*/
  background: #595A5A url('../images/module_title.png');
  border-bottom: 1px solid #CCC; overflow:hidden;
}
#MB_caption { color:#FFF; overflow:hidden; }
#MB_close { color:#FFF; overflow:hidden; }
#MB_close:hover { color:#479AD5; overflow:hidden; }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center; overflow:hidden;
}
