/* COLORS */

#MB_overlay {
	background-color: #fff!important;
}

#MB_frame {
	background-color: #fff;
	border:1px solid #999;
}

#MB_window {
	background-color: #FFF;
	color: #000;
	-webkit-box-shadow: 0 6px 27px #333; /* Safari, Chrome */
	-moz-box-shadow: 0px 6px 27px 0 #333; /* Firefox */ 
	box-shadow: 0px 6px 27px 0 #333; /* CSS3 */
}

#MB_header {
  background:-moz-linear-gradient(bottom, #a40b09, #eb2b2a); /* Firefox */
  background:-webkit-gradient(linear, left top, left bottom, from(#eb2b2a), to(#a40b09)); /* Safari, Chrome */
  background-color: #bc0603;
  border-bottom: 1px solid #CCC;
}

#MB_caption {
	text-shadow:0 1px 0 #000;
}

#MB_caption { color: #fff }
#MB_close { color: #ddd }
#MB_close:hover { color: #fff }

#MB_content { border-top: 1px solid #F9F9F9; }

button.oklabel,button.noklabel,button.okbutton{
	background:#bc0603;
	background:-moz-linear-gradient(bottom, #a40b09, #eb2b2a); /* Firefox */
  background:-webkit-gradient(linear, left top, left bottom, from(#eb2b2a), to(#a40b09)); /* Safari, Chrome */
}

.ConfirmDivLoader{
	background: transparent url("/images/default/Pages/overlay/progress.gif") 50% 0 no-repeat;
}








/* DO NOT CHANGE BELOW */


#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font:bold 14px Arial,sans-serif;
	letter-spacing:-1px;
	margin:0;
	padding:0.5em 2em 0.5em 0.75em;
	text-align:left;
	text-transform:uppercase;
}

#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;
}

.ConfirmDivLoader {
	padding: 1em;
	text-indent: -10000px;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#MB_window {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#MB_header {
  -webkit-border-radius: 3px 3px 0 0; 
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

button.oklabel,button.noklabel,button.okbutton{
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	text-align:center;
	padding:2px 5px 3px 5px;
	margin:0 5px 0 0;
	line-height:.9em;
}

div.Buttondiv{
	text-align:center;
}

div.ConfirmDivTitle{
	padding:0 0 10px 0;
	text-align:center;
}