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

#MB_window {
	position:absolute;
	top: 50%;
	margin-top: -108px;
	border: 0 solid;
	text-align:left;
	z-index:10000;
	width: 375px !important;
	height: 216px !important;

}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position:relative;
	height:100%;
	background: #FFFFFF url(http://www.ice-adventure.net/images/ul_wb.gif) no-repeat scroll left bottom !important
}

#MB_header {
	margin:0;
	height: 28px;
	
	display: none;
}

#MB_content {
	font-size: 11px;
	padding: 0;
}

#MB_content p {
	font-size: 11px;
	padding: 6px 10px;
}

#MB_content h1 {
	background:#00339A none repeat;
	color:#FFFFFF;
	font: 11px Verdana,Arial,sans-serif;
	height:21px;
	line-height:21px;
	margin:0;
	padding:0 10px;
	text-transform:uppercase;
	width: auto;
}


#MB_content a 
			{
			font: 11px Verdana, Arial, sans-serif;
			line-height: 18px;
			color: #fd3f3f;
			margin-left: 2px;
			padding-left: 8px;
			text-decoration: none;
			background: #FFFFFF url(http://www.ice-adventure.net/images/arr.gif) no-repeat left center !important
			}
	
			#MB_content a:hover
				{
				color: #447cdf;
				}



#MB_caption {
	font: bold 14px Trebuchet, Trebuchet MS, sans-serif;
	padding: .5em 2em 0 .75em;
	margin: 0;
	text-align: left;
}

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

#MB_loading {
	margin-top: 0px;
	height: 216px;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 50% no-repeat;
}

/* Color scheme */
#MB_window {
	background-color:#ffffff;
	color:#000;
}
#MB_header {
  background-color:#fff;
}
#MB_caption { color:#000 }
#MB_close { color:#777 }
#MB_close:hover { color:#000 }


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