@charset "UTF-8";
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 700px;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 40%;
			height:250px;
			padding:30px;
			background-color: black;
			z-index:1002;
			overflow: auto;
			border-color: #666;
			border-style:solid;
			border-width:thick;
		}
		
		
#lightform

{
float:left; clear:both; padding-top:15px	
}

	.black_overlay2{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 3000px;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content2 {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 500px;
			height:250px;
			padding:30px;
			background-color: black;
			z-index:1002;
			overflow: auto;
			border-color: #666;
			border-style:solid;
			border-width:thick;
			margin-top:1050px;
		}
		
		
#lightform2

{
float:left; clear:both; padding-top:15px	
}
	
