
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.75;
	filter: alpha(opacity=75);
}


#box 
{
	display: none;
	position: absolute;
	top: 0%;
	left: 33%;
	width: 600px;
	height: 600px;
	padding: 0px;
	margin-top:0px;
	text-indent: 30px;
	text-transform:uppercase;
	border: 0px solid black;
	background-color: white;
	background-image:url('formbg.jpg');
	border:1px solid #435c5a;
	background-repeat:no-repeat;
	z-index:101;
	overflow: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

#box form {margin-top: 190px; margin-left: 30px;}
#box li {list-style-type:none; line-height:16px;}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:0px;
	height:0px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	background-color: #09c;
	color:white;
	text-align:center;
	text-indent:-999px;
}



