#contact label {
	clear: both;
	display: block;
	color: #666;
	font-size: 15px;
}

#contact button {
	border: none;
	border-radius: 3px;
	padding: 10px 20px;
	background-color: #de972f;
	font-size: 14px;
	color: white;
}

#contact input,textarea:focus {
	outline:0;
	outline:none;
}

#contact input, textarea {
	padding: 4px 8px;
	font-size: 14px;
	color: #444;
}

#contact textarea {
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}

#contact input {
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}

.green {
	color: #de972f !important;
	font-weight: bold;
	padding-bottom: 30px;
}

#human {
	display: none;
}