#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:30000;
	opacity:0.95;
	filter: alpha(opacity=95);
}


#box 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -250px;
	width: 400px;
	height: 280px;
	padding: 48px;
	border: 1px solid black;
	background-color: white;
	z-index:32000;
	overflow: none;
	font-face: tahoma;
	color: #000000;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
	font-family: tahoma;
}

.leadform
{
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-family: tahoma;
}