body {
	border: 0;
	background: transparent none !important;
}

.mb_blackout {
	background: url(/media/images/backtile-white.png) repeat 0 0;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:100000;
	display: none;
}
#mb_spinner {
	background: url(/media/images/spinner-black.gif) no-repeat center center;
	position:fixed;
	height:200px;
	left:50%;
	margin:-100px auto auto -100px;
	top:50%;
	width:200px;
	z-index:100001;
	display: none;
}
#mb_discovery {
	z-index:100002;
	background: transparent;
	border: 0;
}

#mb_discovery.oad {
	position:fixed;
	height:530px;
	left:50%;
	margin:-260px auto auto -390px;
	top:50%;
	width:740px;
}

/*Sample Header*/

#mb_header{
	background: url(/media/images/appHeader-black.png) repeat 0 0;
	height:40px;
	width: 940px;
	color: #FFF;
	font-size: 16px;
}

#mb_header *{
	margin: 6px 5px 0px 5px;
	vertical-align: middle;
}

#mb_header a{
	text-decoration: none;
	color: #DDD189;
}

#mb_header .forgot_password_link{
	font-size:12px;
	position:absolute;
	top:76px;
	left:226px;
	
}
