.contact-body-content {
	width: 100%;
	margin: 0 auto;
	background: white;
	position: relative;
}
.contact-header {
	padding: 20px 100px;
	position:relative;
	background-color: #ddd74f;
}
.contact-header-text {
	text-align: center;
}

.contact-body-content table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
.contact-body-content table .firstRow {
	font-size: 20px;
}
.contact-body-content table input, .contact-body-content table textarea {
	width: 50%;
    padding: 12px 25px;
    margin: 9px 0;
    box-sizing: border-box;
    border: 3px solid #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    float:left;
    font-size: 24px;
}
.contact-body-content table input:focus, .contact-body-content table textarea:focus {
	border: 3px solid #555;
}
.contact-body-content table .formButton {
	width:24%;
	padding: 12px 25px;
    margin: 8px 0;
    margin-right: 2%;
    background-color: #ddd74f;
	font-size: 24px;
	border: 0px;
}
.contact-body-content table .formButton:hover {
	cursor: pointer;
}
.contact-body-content table .formButton:focus {
	border: 0px;
}