#mbox {
	position: absolute;
	z-index: 9999;
	background: #eee;
	border: 1px solid #000;
}
#mbox #mbox-title {
	position: relative;
	padding-bottom: 0;
	font: 12px sans-serif;
	font-weight: bold;
	color: #666;
}
#mbox #mbox-close {
	position: absolute;
	cursor: pointer;
}
#mbox #mbox-iframe {
	margin: 0;
	border: 1px solid #666;
}
#mbox-olay {
	position: absolute;
	z-index: 9998;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}