#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}

#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0px;
	text-align: center;
	z-index: 10000;
}

#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	top: 0px;
	background-color: #FFF;
	height: 585px;
	width: 550px;
}

#MB_loading {
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}



/************************ DESIGN *****************************/



.container {
	width: 500px;
	height: 560px;
	margin: 0px 25px;
}

.logo {
	width: 500px;
	height: 30px;
	float: left;
}

.picture {
	margin-top: 25px;
	width: 500px;
	height: 500px;
	float: left;
}

.close {
	width: 500px;
	height: 30px;
	float: left;
}

.close p {
	text-align: centre;
 }

.clearboth { clear: both; }

