#filter
{
	display: none;
	margin: 0;
	padding: 0;
	z-index:90;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: url("https://d3b49p844rouzt.cloudfront.net/img/semiblack.png") repeat transparent;
}


#box 
{
	display: none;
	position: absolute;
	padding: 0px;
	margin:0;
	border: 1px solid black;
	border-radius: 10px;
	-moz-border-radius: 5px;
	background-color: white;
	z-index:9990;
	overflow: visible;
}
#lightbox_form_test
{
	background-color: white;
	width:100%;
}
#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	color:Black;
	text-align:center;
	z-index:9995;
}

