#contact_form {padding:5;}

#contact_form label {cursor:pointer;margin:4px 0;display:block;}

#contact_form input {	display:block;width:90%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#f4f4f4; color:#000;	border:1px solid #9E9E9E;padding:10px;	margin-bottom:25px;}

#contact_form textarea {display:block;width:90%;height:200px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#f4f4f4; border:1px solid #9E9E9E;padding:10px;	margin-bottom:25px;}

#contact_form .sendButton {
	cursor: pointer;
	background-color: #ec202c;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #ffffff;
	width: 25%;
	font-weight: bold;
}
#contact_form .sendButton:hover {	opacity: 0.8;}
