.lightgrey {
	display: block;
	width: 100%;
	height: 2128px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#background {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.60;
	/* To get opacity working in IE: http://www.quirksmode.org/css/opacity.html */
	filter: alpha(opacity=60);
}

.lightgrey textarea, input {
	background-color: transparent;
}


#layer{
	z-index: 5;
	position: relative;
	margin-top: -2128px;

}

#bodywrapper {
	margin:100px 0px; padding:0px;
	text-align:center;
}

#box{
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left:auto;
	border: 3px solid black;
	background-color: #666666;
	color: white;
}

#box_header {
	text-align: center;

}

#box_content {

	text-align:center;
	color: black;
	background-color: white;
	border: 1px solid black;
	padding-left: 2px;
	padding-right: 2px;

}

#box_footer {
	text-align: right;
}
