#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #1e1e1e!important;
}
/*commented out to turn scrolling on for modals that require the browser scrollbar for viewing*/
#MB_overlay[id] { position: fixed; }


#MB_window {
	position:absolute;
	top: 3%;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	background: #FFF;
	position:relative;
	height:100%;
	padding: 0;
	border: none;
}

#MB_header {
	margin: 0 0 5px 0;
	height: 30px;
}

#MB_content {
	padding: 0 20px .75em 20px;
	overflow:auto;
}

#MB_caption {
	color: #FFF;
	font: bold 85% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display:block;
	margin: 0 0 0 0;
	background: url(/img/modals/btn_close.gif) no-repeat right;
	position:absolute;
	right:8px; 
	top:5px;
	width: 58px;
	height: 22px;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/img/spinner.gif) 50% 0 no-repeat;
}


/* Color scheme */
#MB_window {
	background-color:#EFEFEF;
	color:#000;
}

#MB_caption { color:#FFF }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

/* Modal Screen disable style **********************/

.setDialogModalStyle {
	border: 4px solid #ECECE6;
}

.setTeaserModalStyle {
	border: 1px solid #D7D6D4;
}
