#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;

}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	text-align:left;
	background:#efefef;
	z-index:10000;
	top: 0;
	left:388px !important;
	width:222px !important;
}

#MB_window[id] { 
	border-left: 1px solid #eee !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
    position: fixed !important;
	top: 0;
	left:388px !important;
	width:220px !important;
 }

#MB_frame {
	position:relative;
	height:100%;
}

#MB_header {
	margin:0;
	height: 15px;
}

#MB_content {
	padding: 0px 10px 0px 10px;
	overflow:visible;
	font-size:0.9em;
	color:#666;
}

#MB_caption {
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	position:absolute;
	right:5px; top:0px;
	padding:0px 0px;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#fff;
	color:#000;
}
#MB_content { }
#MB_header {
  background-color:#fff;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }