form#contact input {
	padding: 5px 10px;
	width: 90%;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 14px;
	color: #333;
	font-family: "futura_ltregular";
}

form#contact textarea {
	padding: 5px 10px;
	width: 90%;
	height: 100px;
	border: 0px;
	font-size: 14px;
	color: #333;
	font-family: "futura_ltregular";
	margin-bottom: 6px;
}

form#contact.subject textarea {
	height: 70px;
}

form#contact button {
	padding: 5px 30px;
	font-size: 14px;
	border: 0px;
	background-color: #939393;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "futura_ltregular";
	cursor: pointer;
}

form#contact .error {
	position: absolute;
	top: -20px;
	color: red;
	font-family: "futura_ltregular";
	font-size: 13px;
}

.form .success {
	padding: 15px 20px;
}

.form .success p {
	font-family: "futura_ltregular";
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	color: #226510;
}