@charset "utf-8";
/* CSS Document */
#body {
	padding: 0px;
	margin: 0px;
}
#overlay {
	background-color: #000;
	opacity: .7;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 800;
	display: none;
}
#lightbox {
	width: auto;
	height: auto;
	min-width: 200px;
	min-height: 200px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -447px;
	z-index: 900;
	display: none;
}
#closebtn {
	background: #000 url(assets/images/close-btn.gif) center top no-repeat;; 
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 999;
}
