﻿#MB2_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #4A74AD!important;
}
#MB2_overlay[id] { position: fixed; }

#MB2_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB2_window[id] { position: fixed!important; }

#MB2_frame {
	position: relative;
	background-color: #ffffff;
	height: 100%;
}

#MB2_header {
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#MB2_content {
	/*padding: 6px .75em 0px 15px;*/
	padding:0px 20px 0px 20px;
	overflow: auto;
	background-color: #ffffff;
}

#MB2_caption {
	/*font: bold 140% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;*/
	padding-top:2px;
	margin-left: 15px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

#MB2_close {
	display: block;
	position: absolute;
	right: 15px;
	top:2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#MB2_close:hover {
	background: transparent;
}

#MB2_loading {
	padding: 1.5em;
	text-indent: -10000px;
	/*background: transparent url(spinner.gif) 50% 0 no-repeat;*/
}

/* Color scheme */
#MB2_frame 
{
	/*
	padding-bottom:3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}
#MB2_window {
	background-color: #ffffff;
	padding-top:0px;
	margin-top:10px;
	color: #4D4D4D;
	border-top:0px;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	/*-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}
#MB2_content { border-top: 0px solid #F9F9F9; }
#MB2_header {
  /* jg change background color from #ddd, set border bottom to none */
  /*background: #666666;*/
  background:url(../../images/global/formHeader_1x25.png);
  background-repeat:repeat-x;
  height:25px;

  color:#ffffff;
  /*border-radius: 3px;*/
}

#MB2_caption { color: #FFFFFF }
#MB2_close { color: #ffffff }
#MB2_close:hover { color: #000 }


/* Alert message */
.MB2_alert {
	margin: 10px 0;
	text-align: center;
}
