@charset "UTF-8";
input,
textarea {
	margin: 10px 0 0 0;
	width: 46px;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	color: #151515;
	font-style: normal;
	font-weight: 200;
	font-size: large;
}
.emailform {
	width: 90%;
	margin: 20px 0 0 0 0;
	display: block;
}
#contactbox {
	width: 83%;
	height: auto;
	min-width: 325px;
	padding: 10px 0;
	margin: 0 auto;
	position: relative;
}
#fname {
	width: 100%;
}
#email {
	width: 100%;
}
#message {
	width: 100%;
	text-align: left;
	height: 130px;
	font-weight: 300;
	font-style: normal;
	font-family: source-sans-pro;
	font-size: 1.2em;
	line-height: 1.5em;
	border: 0;
	word-spacing: 0.01em;
}
#contact {
	width: 50%;
	margin-left: 2%;
	float: left;
	background-color: #B0B48D;
	height: auto;
	margin-top: 29px;
	padding-bottom: 22px;
}
#contact p {
	margin-left: 9%;
	width: 82%;
	margin-right: 5%;
	padding-top: 27px;
	padding-bottom: 0px;
}

#submit {
	display: block;
	border: 0;
	width: 25%;
	height: 60px;
	margin: 30px auto 0;
	background: #eee;
	color: #333;
	text-align: center;
	transition: background, color, .5s ease 0;
	border: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #333333;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: source-sans-pro; sans-serif;
}

#submit:hover {
	background: #DADADA;
	border: 1px #DADADA;
	color: #C43C3E;
}
input[type=checkbox] {
type=checkbox){
	visibility: hidden;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #C43C3E;
	text-decoration: none;
}
