div.overlay  {
	background-color: #fff;
	filter: alpha(opacity = 10);
	height: 100%;
	left: 0px;
    min-width: 1200px;
    min-height: 675px;
    opacity: 0.1;
	position: absolute;
	top: 0px;
	text-align: center;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

div.lp-modal {
    display: none;
    position: absolute;
    top: 154px;
    z-index: 1002;
}

div.moveHelper {
    cursor: move;
	height: 16px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2001;
}

div.lp-modal iframe {
	border: none;
    height: 100%;
    width: 100%;
    z-index: 2000;
}



