label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
}
input , textarea{
	width: 275px;
	margin-bottom: 5px;
	padding: 2px 6px 2px 8px;
}
.button {
	width: auto;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 20px;
	margin-bottom: 15px;
	background: #EAE0A8;
	border: 1px solid #C0AB30;
}
.button:hover {
	background: #DDCD71;
}
#contact-form {
	margin-left: 30px;
}
