#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: 70px;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #fbf8f4;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}
#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(/shared/images/ajax-loader.gif) center center no-repeat;
}

/* Color scheme */
#MB_window {
	background-color: #fff;
	color: #000;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	-webkit-box-shadow: 0 0 64px #000;
	-moz-box-shadow: #000 0 0 64px;
	box-shadow: 0 0 64px #000;
}
#MB_frame {
	padding-bottom: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;

}
	
#MB_header {
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
#MB_caption { color: #000; }
#MB_close { color: #777; }
#MB_close:hover { color: #000; }

/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
#portal_body {
	height: 390px;
	margin: 0 7px;
}
#portal_lcol {
	float: left;
	padding: 0 10px;
	width: 480px;
	height: 335px;
}
#portal_rcol {
	float: right;
	background: url(/shared/images/mdportalbg.gif) repeat-y;
	width: 299px;
	border-left: 1px solid #f9f9f9;
	height: 335px;
	padding: 10px;
}
#portal_video {
	width:480px;
	height: 310px;
	background: #FFF;
	margin-top: 20px;
	text-align:center;
	color:#333;
	border:1px solid #ccc;
}
#portal_list li {
	background: url(/shared/images/checkmark.png) no-repeat center left;
	margin-top: 10px;
	padding: 2px 5px 2px 30px;
	font-size: 17px;
	color: #3f3f3f;
}
.portal_emphasize {
	font-weight: bold;
}
#portal_try {
	text-align: center;
	margin-top: 25px;
}
#portal_lcol_bottom {
	float: left;
	text-align: right;
	width: 507px;
}
#portal_rcol_bottom {
	float: right;
	width: 319px;
}
