/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ Modal Boxes ]--------------------------------------------------------------------- */

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #333!important;
}
	#MB_overlay[id] { 
		position: fixed; 
	}

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	z-index: 10000;
	background-color: #ffffff;
	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: 15px; 
	-moz-border-radius: 15px;
	border-radius: 15px;
}
	#MB_window[id] { 
		position: fixed!important; 
	}
	
#MB_frame {
	position: relative;
	height: 100%;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ffffff;
	padding: 0px 0px 20px 0px;
	border: 5px solid #666666;
}
	/* Header */
	#MB_header {
		margin: 0;
		padding: 0;
		background: #CCCCCC;
		border-bottom: 5px solid #666666;
	}
	
	/* Content */
	#MB_content {
		/* max-height: 450px;*/
		overflow: auto;
		margin: 0px 0px 10px 0px;
	}
	
	/* Caption */
	#MB_caption {
		padding: 10px;
		margin: 0;
		text-align: center; 
		font-size: 140%; 
		font-weight: bold;
	}

	/* Close Icon */
	#MB_close {
		display: block;
		position: absolute;
		right: 5px; top: 0px;
		padding: 5px;
		font-weight: bold;
		text-decoration: none;
		font-size: 30px;
	}
		#MB_close:hover {
			background: transparent;
			color: #666666;
		}

	/* Loading */
	#MB_loading {
		padding: 1.5em;
		text-indent: -10000px;
		background: transparent url(spinner.gif) 50% 0 no-repeat;
	}

	/* Alert message */
	.MB_alert {
		margin: 10px 0;
		text-align: center;
	}