#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#MB_overlay[id] { position: fixed;  opacity: 0.75;}

#MB_window {
	position:absolute;
	/*top: 30%;*/
        left:70%;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	height:100%;
}

#MB_header {
  margin:0;
}

#MB_content {
  padding:6px 12px;
  overflow:auto;
}

#MB_caption {
  min-height:45px; line-height:45px; text-align:left; background:#c0c4cd; color:#212121; font-weight:normal; font-size:20px; padding:0 15px; border-radius: 3px 3px 0 0px;
}

#MB_close {
  display:block;
  position:absolute;
  right:3px; top:0;
  padding:0px 0px;
  font-weight:bold;
  text-decoration:none;
  font-size:26px;
}
#MB_close:hover {
	background:transparent;
}

/* Color scheme */
#MB_window {
  background:#e3e5e9; border:0px; border-radius:3px; box-shadow: 0px 1px 8px #000;  width: 580px;
}

#MB_frame { border:0px; }

#MB_header {
  background-color:none;
  border:0;
}

#MB_caption { color:#000 }

#MB_close { color:#414141;margin-right: 10px;margin-top: 6px; }
#MB_close:hover { color:#000 }

#MB_content td { font-size:14px !important; color:#212121 !important; font-weight: normal;text-align: center;}
#MB_content textarea { border:1px solid #b8bbc4  !important; background:#fff  !important; font-size:14px; color:#212121; padding:10px; font-family:Arial, Helvetica; resize:none  !important; height:150px; width: 100%; margin-bottom: 10px;}