﻿#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #fff!important;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position:absolute;
	top: 200px;
	border: 0 solid;
	text-align:left;
	z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	border-style: solid;
	border-width: 0px;
	color: #ffffff;
}

#MB_header {
  margin:0;
  height: 28px;
  display: none;
}

#MB_content {
}

#MB_caption {
  font-size:85%;
  font-weight: bold;
  padding: 6px 0 0 5px;
  margin: 0;
  text-align: left;
}

#MB_close {
  display:block;
  position:absolute;
  right:0; top:0;
  padding:7px 5px;
  font-weight:bold;
  text-decoration:none;
  font-size:11px;
}
#MB_close:hover {
	background:transparent;
}

/* Color scheme */
#MB_window #createSendMessage {
  border-color:#DEE0E5;
  background: url(../images/popupLargeBack.png) no-repeat top left;
  color:#ffffff;
  padding: 30px;
  height: 277px;
}

#MB_window #subscriptionOptions
{
  border-color:#DEE0E5;
  background: url(../images/popupSmallBack.png) no-repeat top left;
  color:#ffffff;
  padding: 30px;
  height: 187px;
}

#MB_frame { border-color:#DEE0E5 }

#MB_header {
  background-color:#F9F9FF;
  border-color:#DDE;
}
#MB_caption { color:#000 }

#MB_close { color:#99B }
#MB_close:hover { color:#000 }