@charset "UTF-8";
/* CSS Document */

#lite_overlay {
	display:none;
	position: absolute;
	top: 0%;
	left: 0%;
	width:100px;
	height:100px;
	background-color: black;
	z-index:1001;
	opacity:.0;
	filter: alpha(opacity=0);
}
#lite_content {
	display:none;
	position:absolute;
	z-index:1002;
	background-color: white;
	top: 0%;
	left: 0%;
	padding:10px;
	opacity:.0;
	filter: alpha(opacity=0);
}
#lite_close {
	padding:10px 0px 0px 0px;
	float:right;
}
#lite_text {
	padding:10px 0px 0px 10px;
	float:left;
	font-weight:bold;
	color:#333333;
}