form{
	margin:0px;
	}


#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width:100%;
	height:1800px;
	z-index:99999;
	background-color:#000000;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box
{
	display: none;
	position: fixed;
	margin-top:-800px;
	margin-left:280px;
	.margin-top:-800px;
	.margin-left:100px;
	width: auto;
	height:auto;
	padding:0px;
	z-index:99999;
	overflow: none;
}

#box1 
{
	display: none;
	position: absolute;
	margin-top:-800px;
	margin-left:100px;
	.margin-top:-800px;
	.margin-left:100px;
	width: 400px;
	height:auto;
	padding:0px;
	border: 10px solid #cccccc;
	background-color: white;
	z-index:99999;
	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;
	}



