/* CSS Document */
#fade {
	height:100%;
	width:100%;
	left: 0;
	top: 0;
	background-color:#000;
	position:absolute;
	-moz-opacity:0.6;
	opacity:.60;
	filter:alpha(opacity=60);
}
#light {
	width: 50%;
	padding:15px;
	left: 25%;
	top: 25%;
	background-color: #FFF;
	position: absolute;
	z-index: 1002;
	overflow: auto;
}
#close {
	height:20px;
	float:right;
}
#light_content {
	clear:both;
}

