@import url(http://fonts.googleapis.com/css?family=Raleway:400);

#contact_form {
	width:100%;
	font-family: 'Raleway', sans-serif;
	font-size: 1.000em;
	font-weight: 400;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-left: 12px;
	padding-top:20px;
}
#ff label {
    cursor:pointer;
    margin:4px 0;
    color:#222;
    display:block;
	font-size: 0.875em;
}
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: #222;
	border-width:1px;
	border-color:#FFBA00;
	border-style:solid;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 0.875em;
	padding:10px;
	text-decoration: none;
	width:25%;
}
.sendButton:hover {
	background-color: #FFBA00;
    text-decoration: none;
    color: #222;
}
.g-recaptcha {
	display:block;
	width:100%;
	height:auto;
}