@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

#ls_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);
}
#ls_lite_content {
	display:none;
	position:absolute;
	z-index:1002;
	background-color:none;
	top: 0%;
	left: 0%;
	padding:10px;
	opacity:.0;
	filter: alpha(opacity=0);
}
#ls_lite_close {
	/*float:right;*/
	position:absolute;
	right:0px;
	top:0px;
	width:28px;
	height:28px;
	background:url(../images/close.png) top center no-repeat;
	_background:url(../images/close.gif) top center no-repeat;
}
#ls_lite_close a {
	display:block;
	width:28px;
	height:28px;
}
#ls_lite_text {
	float:left;
	display:none;
}

.ls_lite_content {
	display:none;
	position:absolute;
	z-index:1002;
	background-color: white;
	top: 0%;
	left: 0%;
	opacity:.0;
	filter: alpha(opacity=0);
}