
#contactForm table {
	width: 100%;
}

#contactForm td {
	padding: 10px;
}

#contactForm td input,
#contactForm td textarea {
	width: 100%;
}

#contactForm table tr:first-child input {
	width: auto;
}

#contactForm .button {
	background-color: #932681;
	color: #fff;
	padding: 5px 15px;
	border: 0;
	font-family: "LatoLight";
	border-radius: 0;
}
