@charset "UTF-8";
/* CSS Document */

html, body {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

#sc_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);
}
#sc_ls_lite_content {
	display:none;
	position:absolute;
	z-index:1002;
	background-color: white;
	top: 0%;
	left: 0%;
	padding:10px;
	opacity:.0;
	filter: alpha(opacity=0);
}
#sc_ls_lite_close {
	float:right;
}
#sc_ls_lite_text {
	float:left;
}