#contact_form {padding:5;}
#ff label {cursor:pointer;margin:4px 0;display:block;}
input {	display:block;width:240px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#f4f4f4; color:#000;	border:1px solid #9E9E9E;padding:5px;	margin-bottom:25px;}
textarea {display:block;width:260px;height:120px; border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;background-color:#f4f4f4; border:1px solid #9E9E9E;padding:10px;	margin-bottom:25px;}
.sendButton {cursor:pointer;background-color:#2CADAD;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;color:#ffffff;width:90px;padding:5px; font: 600 14px/20px Arial; font-weight:bold;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);}
.sendButton:hover {	opacity: 0.7;}