#jquery-myModalWindow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90000;
	width: 100%;
	height: 500px;
}
#jquery-myModalWindow-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	text-align: center;
	line-height: 0;
}

