#MB_overlay {
	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: 30px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #ffffff;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: hidden;
}

#MB_caption {
	font: bold 20px arial, helvetica, sans-serif;
	text-shadow: #ccc 0 1px 0;
	padding: 5px 2em .5em .75em;
	margin: 0;
	text-align: left;
	color:#ef3f01;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	width:20px;
	height:20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	background: url(/_img/btn_x_close.gif) no-repeat 0 0;
}
#MB_close span{display:none;}


#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/_img/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 10px 64px #000; 
	-moz-box-shadow: 0 10px 64px #000; 
	box-shadow: 0 10px 64px #000;
	
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#MB_content {overflow: hidden !important;}
#MB_header {
  background-color: #ffffff;
}
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

div#MB_content div#sampleMessages { padding: 0 6px;}
div#MB_content div#sampleMessages h2 {margin: 1em 0; font-size: 14px; font-weight:bold; }
div#MB_content div#sampleMessages div.selectMessage { margin: 0.4em 0; height: 45px; padding: 0.4em 0; border-bottom: solid 1px #dedede;}
div#MB_content div#sampleMessages div.selectMessage p { width: 300px; margin: 0.4em 0 0.4em 0.75em; font-size: 11px; float: left; }
div#MB_content div#sampleMessages div.selectMessage a { width: 128px; margin: 0.4em 0.75em 0 0; height: 24px; text-indent: -5000px; display: block; background: url(/_img/btn_selectToSend.gif) 0 0 no-repeat; float: right;}

