@charset "utf-8";
/* CSS Document */
fieldset {
	margin: 0.5em 0;
	padding: 1em;
	background: #e7ede9;
}
legend {
	font-weight: bold;
	color: #572600;
}
label {
	display: block;
}
input {
	width: 200px;
}
textarea {
	width: 300px;
	height: 100px;
}
.required {
	font-size: 0.75em;
	color: #760000;
}