div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 2px;
	box-shadow: 0px 0px 10px #000;
	width: 930px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
#mfp_overlay_inner h4 {
	background: #8FC31F;
	color: #FFF;
	font-size: 24px;
	line-height: 1.5;
	padding: 5px 10px;
}