#lightframe{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	line-height: 0;
}

#FrameContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	padding: 30px 10px 10px 10px;
	margin: 0 auto;
}

#FrameContainer iframe{
	background-color: #fff;
	width: 250px;
	height: 250px;
	border: 0px solid #000;
	margin: 0px;
}

#lightframeHeadline{
	margin: 7px;
	font-size: 16px;
	text-align: left;
	color: #000;
}

#lightframeClose{
	position: absolute;
	top: 3px;
	right: 20px;
}



#lf_overlay{ 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

