#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0;
	text-align: left;
	z-index: 810;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #fcf7c3;
	height: 100%;
}

#MB_close {
	position: absolute;
	width: 14px;
	height: 14px;
	right: 5px;
	top: 5px;
	background: url(/images/close.gif) no-repeat;
	cursor: pointer;
	}

#MB_header {
	height: 18px;
	margin-bottom: 10px;
	color: #f04b00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #f04b00;
}

#MB_content {
	padding: 10px;
	height: auto;
}

#MB_caption {
	height: 18px;
	padding: 5px;
	text-align: left;
	color: #f04b00;
	background-color: #fcdb95;
	}

#MB_loading {
	padding: 20px;
	text-indent: -10000px;
	background: transparent url(/bxc/images/spinner.gif) 50% 0 no-repeat;
}

#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}