#underlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity:0.9;
	opacity:.90;
	filter:alpha(opacity=90);
	z-index: 9998;
}
#lightbox{
	display:none;
	position:absolute;
	top:100px;
	/*left:25%;*/
	width:50%;
	height:400px;
	/*background-color:#000;*/
	z-index: 9999;
	margin-right: auto;
	margin-left: auto;
}
.box {
	background-color: #FFFFFF;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #666666;
	width: 500px;
}