form{
	margin:0px;
	}


#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width:100%;
	height:900px;
	z-index:100%;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
	display: none;
	position: absolute;
	margin-top:-340px;
	margin-left:-430px;
	width: 350px;
	height: 150px;
	padding:0px;
	border: 10px solid #cccccc;
	background-color: white;
	z-index:2167474856;
	overflow: none;
}



#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:100px;
	height:24px;
	padding:0;
	color:white;
	text-align:center;
}

.form-hdng{
	font:bold 22px Arial, Verdana, Tahoma, "Trebuchet MS";
	color:#AD6600;
	}
	
.form-input{
	font:12px Arial, Verdana, Tahoma, "Trebuchet MS";
	color:#333333;
	width:180px;
	}
	
#box ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
#box ul li{
	margin:10px 0 10px 0px;
	padding:0px;
	}
	
textarea{
	width:480px;
	.width:440px;
	height:100px;
	font:12px Arial, Verdana, Tahoma, "Trebuchet MS";
	color:#000000;
	}


