#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 10000;
	background-color: #cccccc!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 10%;
	border: 0 solid;
	text-align: left;
	z-index: 10001;
	background-color: #ffffff;
	border: 1px solid #1d3959;	
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	overflow: auto;
	height: 100%;
}

#MB_header {
	height: 23px;
	background-color: #9a9a9a;
	
	margin: 0px;
	padding: 0px;

	width: auto !important;
	width: 100%;
	color:#ffffff !important;	
	font-weight:normal;
}

#MB_content {
	margin: 0px;
	padding: 5px;
	/*color: #000022;*/
	overflow: auto;
}

#MB_caption {
	/*text-shadow: #fff 0 1px 0;*/
	font-size: 10pt;
	font-weight: bold;
	color: #E9EAEB;
	padding: .2em .2em .5em .2em;
	margin: 0;
	text-align: left;
	width:auto;
	margin-right:30px;
}
	
#MB_close {
	display: block;
	position: absolute;
	right: 5px; 
	top: 0px;
	width:18px;
	height:18px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	background: transparent url(../images/ionata/16/icona_x.png) center center no-repeat
}
#MB_close span { display:none; }

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(../images/progressbar_med.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	/*padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;*/
}
#MB_window {
/*	-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;*/
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
#MB_header p,#MB_header a,#MB_header span {
	color:#ffffff !important;
	font-weight:normal;	
}