@charset "UTF-8";
#mainFormContainer {
	font-family: 'Merriweather', serif;	
	text-transform: uppercase;
	height: auto;
	width: 100%;
	max-width: 451px;
	position: relative;
	font-size: .7em;
	color: #524b48;
}
#formName {
	width: 100%;
	max-width: 451px;
	position: relative;
	text-align: left;
	padding-top: 12px;
}
#formNameEntry {
	height: 30px;
	text-align: left;
	position: relative;
	padding-top: 7px;
}
#emailAddress {
	width: 100%;
	max-width: 451px;
	position: relative;
	text-align: left;
	padding-top: 12px;
}
#emailAddressEntry {
	height: 30px;
	text-align: left;
	position: relative;
	padding-top: 7px;
}
#formPhone {
	width: 100%;
	max-width: 451px;
	position: relative;
	text-align: left;
	padding-top: 12px;
}
#formPhoneEntry {
	height: 30px;
	text-align: left;
	position: relative;
	padding-top: 7px;
}
#formProject {
	width: 100%;
	max-width: 451px;
	position: relative;
	text-align: left;
	padding-top: 12px;
}
#formProjectEntry {
	height: 30px;
	text-align: left;
	position: relative;
	padding-top: 7px;
	margin-bottom: 30px;
}
#buttonsClearSend {
	font-family: 'Merriweather', serif;	
	text-align: center;
	height: 40px;
	width: 100%;
	max-width: 451px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 5px;
}
.box {
	width: 100%;
	max-width: 451px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: 'Merriweather', serif;	
	line-height: 2.3em;
	padding: 0 5px 0 5px;
	width: 150px;
}
input {
	line-height: 2em;	
}