#MB_overlay {
	position: absolute;
	margin: auto;
	top: 250;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed!important; }

#MB_window {
	position: absolute;
	top:10%;
	border: 1px solid #274663;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: absolute;top:10%; }

#MB_frame {
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
}
#MB_headerNew {
	margin: 0;
	padding: 0;
	background-color:#274663;
	background:url('/images/topPopup.png') repeat-x top left;
	font-size:16px;
	color:#ffffff;
	height:60px;
}
#MB_header {
	margin: 0;
	padding: 0;
	background-color:#274663;
	font-size:16px;
	color:#ffffff;
	height:40px;
}

#MB_content {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
	color:#4B4B4B;
	background-color: #FFFFFF;
}
#MB_contentNew {
	position: relative;
	padding: 6px .75em;
	overflow: auto;
	color:#4B4B4B;
	background-color: #FFFFFF;
	padding:0px;
}
#MB_caption {
	font: bold 100%  Arial, "Lucida Grande", sans-serif;
	font-weight:bold;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
	color:#ffffff;
}
#MB_captionNew {
	font: bold 100%  Arial, "Lucida Grande", sans-serif;
	font-weight:bold;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
	color:#000000;
	font-size:20px;
	padding-top:15px;
}
#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	border:none;
	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: #FFFFFF;
	color: #000;

	-webkit-box-shadow: 0 0 64px #000;
	-moz-box-shadow: #000 0 0 64px;
	box-shadow: 0 0 64px #000;
}
	#MB_frame {

	}

	#MB_content { border: 1px solid #3A3A3A; }

	#MB_header {
	height:40px;
	}
		#MB_caption { color: #ffffff }
		#MB_close { background:url('./../img/closeX.png') no-repeat;height:16px;width:16px;border:none;outline: none; }
		#MB_close:hover { background:url('./../img/closeX.png') no-repeat;height:16px;width:16px;border:none;outline: none; }
		#MB_close:active { background:url('./../img/closeX.png') no-repeat;height:16px;width:16px;border:none;outline: none; }
		#MB_close:focus { background:url('./../img/closeX.png') no-repeat;height:16px;width:16px;border:none;outline: none; }



/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
