@charset "utf-8";
/* CSS Document */

fieldset {
	padding: 12px;
	border: 1px solid white;
}

legend {
	font-size: 1.2em;
	color: white;
}

input.text, textarea {
	width: 99.6%;
}

textarea {
	height: 186px;
}

