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


.form-container1{
	width:600px;
	margin-top:0px;
	margin-left:0px;
	.margin-top:120px;
	.margin-left:0px;
	float:left;
	z-index:50000;
	position:absolute;
	}
	
.form-container2{
	margin-top:0px;
	margin-left:0px;
	.margin-top:120px;
	.margin-left:0px;
	float:left;
	z-index:50000;
	position:absolute;
	}


#box 
{
	display:none;
	position: absolute;
	margin-top:-70px;
	margin-left:-200px;
	.margin-top:-45px;
	.margin-left:-210px;
	width: 400px;
	height: 525px;
	.height: 510px;
	padding:15px;
	border: 10px solid #cccccc;
	background-color: white;
	z-index:50000;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	color:white;
	text-align:center;
}

#box1 
{
	display: none;
	position: absolute;
	margin-top:60px;
	margin-left:-200px;
	width: 400px;
	height: 220px;
	padding:15px;
	border: 10px solid #cccccc;
	background-color: white;
	z-index:50000;
	overflow: none;
}

#boxtitle1
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	color:white;
	text-align:center;
}


#box2 
{
	display: none;
	position: absolute;
	margin-top:60px;
	margin-left:-200px;
	width: 400px;
	height: 200px;
	padding:15px;
	border: 10px solid #cccccc;
	background-color: white;
	z-index:50000;
	overflow: none;
}

#boxtitle2
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	color:white;
	text-align:center;
}



.form-hdng{
	font:bold 18px Arial, Verdana, Tahoma, "Trebuchet MS";
	color:#AD6600;
	}
	
.form-input{
	font:12px Arial, Verdana, Tahoma, "Trebuchet MS";
	color:#333333;
	width:180px;
	}


