.contact {
	
}
.contact #submit {
	min-width: 200px;
}
.contact input,
.contact textarea {
	border: hidden;
	border-radius: 0;
	background-color: #000000
}

.contact input:focus,
.contact textarea:focus {
	background-color: #000000
}