#MB_overlay {
    display: block;
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 5%;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
    max-height: 500px;
    background-color: #eee;
	color: #000;
	border-radius: 7px;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #fff;
	height: 100%;
	border-bottom: 3px solid #a6ce38;
	min-height: 120px !important;
    padding-bottom: 7px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,.5);
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 2em;
    background: none;
	overflow: auto;
}
#MB_content .messages { margin-bottom: 2em;}

#MB_caption {
	font: bold 100% 'CoertSchrift', Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
    color: #a6ce38;
    display: none;
}


#MB_close {
	display: block;
	position: absolute;
	right: 5px;
    top: 5px;
	padding: 0 3px;
	text-decoration: none;
	font-size: 24px;
	font-weight: 300;
    color: #333;
}
#MB_close:hover {
	background: transparent;
     color: #a6ce38;
}

#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;
}

@media screen and (max-width: $bp-small) {
    #MB_window {
        width: 100% !important;
    }
}
