#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.6;
	filter: alpha(opacity=60);
}

#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 380px;
	height: 135px;
	padding: 48px;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -190px;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:476px;
	height:30px;
	padding-top:9px;
	left-padding:8px;
	margin:0;
	border-bottom:5px solid #666;
	background-color: #000;
	color:white;
	text-align:center;
	font-size: 120%;
	font-weight: bold;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#home #box input.email_address {
	width:370px;
}
#home #box input.firstname {
	width:160px;
}
#home #box input.lastname {
	width:200px;
}
#home #box input.zipcode {
	margin-left:10px;
	width:100px;
}
#home #box select.action {
	padding-top:2px;
	margin-left:10px;
	width:112px;
	height:22px;
}