﻿.Contact {
	width: 800px;
	position: relative;
	left: 88px;
	padding: 0px 12px 16px 12px;
}

h3 {
	color: #ed9501;
	font-size: small;
	font-weight: bold;
	margin-bottom: -16px;
}

input, select, textarea {
	border: 1px solid #5b7a7f;
	background-color: #36474b;
	color: white;
}

input:hover, input:focus, select:hover, select:focus, textarea:hover, textarea:focus {
	border: 1px solid #ed9501;
	color: #ed9501;
}

input, select {
	width: 470px;
	height: 20px;
	margin-bottom: 5px;
}

textarea {
	width: 536px;
	height: 400px;
	margin-bottom: 14px;
}

.Button {
	width: 85px;
	height: 30px;
	margin: 5px;
}
