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

#contact_form {
	width:95%;
	font-family: 'Poiret One', cursive;
	font-size: 1.125em;
	font-weight: 400;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-left: 0px;
}
#ff label {
	cursor: pointer;
	margin: 4px 0;
	color: #111;
	display: block;
	font-size: 1.125em;
	margin-bottom:20px;
}
input {
    display:block;
    width:90%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#DAE4E4;
    color:#222;
    border:1px solid #5f5f5f;
    padding:12px;
    margin-bottom:20px;
	font-family: 'Poiret One', cursive;
	font-size: 1em;
	font-weight: 400;
}
textarea {
    display:block;
    width:90%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#DAE4E4;
    color:#222;
    border:1px solid #5f5f5f;
    padding:10px;
    margin-bottom:10px;
	font-family: 'Poiret One', cursive;
	font-size: 1.125em;
	font-weight: 400;
}
.sendButton {
	background-color: #DAE4E4;
	border-width:1px;
	border-color:#5f5f5f;
	border-style:solid;
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	color: #222;
	font-size: 0.875em;
	padding:10px;
	text-decoration: none;
	width:25%;
}
.sendButton:hover {
	background-color: #CCC;
    text-decoration: none;
    color: #222;
}
