@import url(https://fonts.googleapis.com/css?family=Cinzel|Lato:400,500,700);
.wrapper {
	height: auto;
	width: 100%;
	float:left;
	display:table;
}
#contact_form {
	width:auto;
	font-family: 'Cinzel', serif;
	font-size: 1.250em;
	font-weight: 500;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-left: 0px;
}
#contact_form h3 {
	font-family: 'Cinzel', serif;
	font-size: 1.875em;
	font-weight: 500;
	color: #0C0101;
	text-align: left;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#ff label {
	cursor: pointer;
	margin: 4px 0;
	color: #111;
	display: block;
	font-size: 1em;
	margin-bottom:20px;
}
input {
    display:block;
    width:90%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#f4f4f4;
    color:#222;
    border:1px solid #5f5f5f;
    padding:12px;
    margin-bottom:6px;
}
textarea {
    display:block;
    width:90%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#f4f4f4;
    color:#000;
    border:1px solid #5f5f5f;
    padding:10px;
    margin-bottom:10px;
}
.sendButton {
	background-color: #5b4321;
	border-width:1px;
	border-color:#222;
	border-style:solid;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 1em;
	padding:10px;
	text-decoration: none;
	width:25%;
	text-shadow: 2px 2px #222;
}
.sendButton:hover {
	background-color: #222;
    text-decoration: none;
    color: #FFFFFF;
}