/* Header Override
------------------------------------------------------------------------- */
#contact {
	margin: 0px auto 0px auto;
}

#contact .title h1 {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 2px solid #999999;
	border-image: linear-gradient(to right, #fff 0%, #999999 10%, #999999 90%, #fff 100%);
	border-image-slice: 1;
	padding: 20px 0px 20px 0px;
	margin: 0px auto 50px auto;
	text-align: center;
	width: 70%;
}

#contact p {
	text-align: center;
}

#contact table {
	margin: 20px auto 20px auto;
	border-collapse: collapse;
	font-size: 14px;
	min-width: 880px !important;
	width: 70%;
}

#contact table th {
	background-color: #eff8f6;
	font-weight: normal;
	width: 200px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #dddddd;
}

#contact table .alert {
	font-weight: bold;
	color: #ff0000;
}

#contact table td {
	padding: 10px 16px 10px 10px;
	border: 1px solid #dddddd;
}

#contact table td label {
	display: block;
	margin: 4px 0px 4px 0px;
}

#contact table td input[type='text'] {
	display: block;
	width: 400px;
	padding: 4px 4px 4px 4px;
}

#contact table td input[name='name'] {
	width: 300px;
}

#contact table td select {
	display: block;
	width: 100px;
	height: 30px;
	padding: 4px 4px 4px 4px;
}

#contact table td textarea {
	display: block;
	width: 100%;
	height: 300px;
	padding: 4px 4px 4px 4px;
}

#contact table td input[type='checkbox'] {
	vertical-align: baseline;
}

#contact form p {
	margin: 0px 0px 16px 0px;
}

/* Buttons
------------------------------------------------------------------------- */
section[class*="buttons"] {
	text-align: center;
	margin: 20px 0px 80px 0px;
}

section[class*="buttons"] button {
	display: inline-block;
	text-align: center;
	letter-spacing: 4px;
	font-size: 14px;
	padding: 2px 24px 2px 24px;
	background-color: #34bc9e;
	border: 1px solid #34bc9e;
	color: #ffffff;
	line-height: 40px;
	cursor: pointer;
}

section[class*="buttons"] button:hover {
	background-color: #007558;
	border: 1px solid #007558;
	color: #ffffff;
}

section[class*="buttons"] button[name="back"] {
	background-color: #fefefe;
	border: 1px solid #dddddd;
	color: #333333;
}

section[class*="buttons"] button[name="back"]:hover {
	background-color: #dddddd;
	border: 1px solid #dddddd;
	color: #333333;
}
