#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9997;
	background-color:#D0EAF7!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 0;
	border: 1px #FFFFFF solid;
	text-align:left;
	z-index:9998;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	background: #f0df2b url(/img/modal_bg.jpg) left bottom repeat-x;
	height:100%;
}

#MB_header {
	padding:5px;
}

#MB_content {
	padding: 6px .75em;
	overflow:auto;
    font-size:1.2em;
}

#MB_caption {
	font:bold 1.2em;
	margin:0;
	text-align:left;
}

#MB_close {
	display:block;
	position:absolute;
	right:10px; top:0;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
}
#MB_close:hover {
	background:transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/img/loading.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	
	color:#000;
}
#MB_content { border-top: 1px solid #FFFFFF; }
#MB_header {
  background:#B1E11C url(/img/ptgb.gif) bottom left repeat-x;
  border-bottom:none;
}
#MB_caption { color:#0A8800; font-size:1.2em; font-weight:bold; }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}