@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2F8233;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color:#E4E4E4;
	text-align:left;
}
h1 {
	font-family:Harabara;
	font-size: 28px;
	color: #961417;
	margin-top:20px;
}
textarea {
	width:89%;
	border: 2px solid #961417;
	height:100px;
}

input {
	width:89.5%;
	border: 2px solid #961417;
}
.submit {
	background-color:#961417;
	color:#FFF;
	font-weight:bold;
