.contact {
	margin: 1.5% 0 0 0;
	padding: 1.5%;
	background: #fff;
}

.contact #please {
	width: 100%;
	height: 100%;
	padding: 5% 0%;
	background: #ececec;
	font-family: 'libre_baskervilleregular';
	color: #4e4e4e;
	font-size: 1.75em;
	text-align: center;
	line-height: 1.45em;
}

.contact form {
	height: 100%;
	padding: 0 6% 9.5% 6%;
	background: #ececec;
	white-space: nowrap;
}

.contact label {
	position: absolute;
	margin: -2.5% 0;
	font-family: "Arial Black", arial-black, Arial, sans-serif;
	color: #4e4e4e;
	font-size: 2em;
}

.contact #messageLabel {
	margin: 1.5% 0;
	display: block;
}

.contact input[type="text"] {
	width: 47%;
	margin: 0 5% 0 0;
	font-family: 'libre_baskervilleregular';
	font-size: 2.15em;
}

.contact #name {
	width: 100%;
	display: block;
	margin: 0 5% 5% 0;
}

.contact textarea {
	display: block;
	width: 100%;
	height: 6em;
	margin: 5% 0 1.5% 0;
	font-family: 'libre_baskervilleregular';
	font-size: 2.15em;
	resize: none;
}

.contact input[type=submit] {
	position: absolute;
	right:	7.1%;
	width:	12%;
	-webkit-border-radius: 6%;
	-moz-border-radius: 6%;
	border-radius: 6%;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: 0 .3em 0 #1f79a8;
	-moz-box-shadow: 0 .3em 0 #1f79a8;
	box-shadow: 0 .3em 0 #1f79a8;
	background: #1a97d7;
	font-family: "Arial Black", arial-black, Arial, sans-serif;
	font-size: 2.15em;
	color:		#fff;
	border:		0;
	cursor:		pointer;
}

.contact input[type=submit]:hover {
	background:	#48ACDF;
}

.contact input[type=submit]:active {
	-webkit-transform: translate(0, .2em);
	-moz-transform: translate(0, .2em);
	transform: translate(0, .2em);
	-webkit-box-shadow: 0 .1em 0 #1f79a8;
	-moz-box-shadow: 0 .1em 0 #1f79a8;
	box-shadow: 0 .1em 0 #1f79a8;
}

.contact #contactForm input[type="text"] {
	float: left;
	width: 53%;
	padding: 8px;
	margin: 0 12px 10px 0;
	font-size:20px;
	font-family: Helvetica, Arial, sans-serif;
}

.contact #contactForm .sweetcaptcha {
	border: 3px solid #000;
}

.contact #contactForm textarea {
	margin: 0 0 0 0;
	width: 98%;
	height: 10em;
	resize: none;
	font-size: 20px;
	padding: 8px;
	font-family: Helvetica, Arial, sans-serif;
}

.contact #contactForm #maxLength {
	margin: 5px 0 0 0;
}

.contact #contactForm #maxLength p {
	font-size: 20px;
	padding: 0;
	color: #000;
}

.contact #contactForm #maxLength p #charactersLeft {
	color: #2984a6;
}

.contact #submitMessage {
	position: absolute;
	font-size: 15px;
	right: 22%;
	margin: 1.5% 0;
	text-align: right;
}

.contact .error p {
	color: red;
}

.contact .success p {
	color: green;
}