#MB_overlay {
	position: absolute;
	top: 0;	left: 0;
	margin: 0; padding: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #333!important;
}
#MB_overlay[id] { position: fixed; }
#MB_window {
	position: absolute;
	top: 0; right: 0;
	margin: 0; padding: 0;
	border-width: 0;
	text-align: left;
	z-index: 10000;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window[id] { position: fixed !important; }
#MB_frame {
  position: relative;
	border-width: 0;
	margin: 0; padding: 0;
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_header {
  position: relative;
  margin: 0; padding: 0;
  height: 28px;
  background: #eee url('../images/mbox-bg-header.png') repeat-x;
  border-bottom: 1px solid #ccc;
}
#MB_content {
  margin: 0;
  padding: 20px;
  overflow: auto;
  border-width: 0;
}
#MB_caption {
  font-size: 10px;
  font-weight: bold;
  padding: 7px 37px 0 130px;
  margin: 0 0 0 20px;
  text-align: right;
  color: #444;
  height: 28px;
  background: transparent url('../images/mbox-logo-myface.png') no-repeat;
}
#MB_close {
  display: block;
  position: absolute;
  right: 10px; top: 5px;
  margin: 0;
  padding: 0;
  width: 17px; height: 17px;
  background: transparent url('../images/mbox-bt-close-off.gif') no-repeat;
}
#MB_close:hover {
  text-decoration: none;
  background: transparent url('../images/mbox-bt-close-on.gif') no-repeat;
}
#MB_close span {
  display: none;
}
#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url('../images/indicator.gif') 50% 0 no-repeat;
}
#MB_content #MB_h1 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#MB_content #MB_h1 h1 {
  text-transform: none;
  margin: 0;
  padding: 0;
}
#MB_content #MB_left {
  width: 270px;
  float: left;
}
#MB_content #MB_right {
  width: auto;
  margin-left: 280px;
  border-left: 1px dotted #ccc;
  padding-left: 20px;
}
#MB_content h2 {
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 1em !important;
  padding-top: 1em;
}
