body {
	background: #333333;
	text-align: center;
}

#contact {
	text-align: left;
	width: 90%;
	height: 100%;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}

#contact input, textarea, select {
	background: #504D4D;
	border: 1px solid black;
	margin: 1px;
	padding: 3px;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}

.contact {
	background: #504D4D;
	border: 1px solid black;
	margin: 1px;
	padding: 3px;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}
