#pageDimmer {
	background-color: black; 
	z-index:5; 
	position:absolute; 
	top:0; 
	left:0;
	right:0;
	bottom:0;
	opacity:0.0;
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	filter:alpha(opacity=0);
}
#email {
	width: 475px; 
	background-color: white; 
	border: 3px solid black; 
	padding: 20px; 
	z-index:10; 
	position:absolute;
}
#email input {
	background-color: #6E7532; 
	color: white; 
	border: 1px solid #BDC576; 
	padding: 3px 5px;
}
#email textarea {
	background-color: #6E7532; 
	color: white; 
	border: 1px solid #BDC576; 
	padding: 3px 5px;
}