@charset "UTF-8";
.contact_form label {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 10px;
}
.contact_form label {
	text-align: left;
}
form br {
	clear: both;
}
textarea {
    width: 300px;
    
}