#contact label {
	clear: both;
	display: block;
	color: #666;
	margin-bottom: 10px;
}

#contact button {
	background-color: #999;
	color: white;
}

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

#contact input, textarea {
	color: #444;
}

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

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

.green {
	color: #3db675 !important;
	font-weight: bold;
}

#human {
	display: none;
}