@charset "utf-8";

/* CSS Document */
form {
	width: 560px;
	padding: 10px 0px;
}

form div {
	clear: left;
	margin: 0;
	padding: 0px 0px 5px 0px;
}

form div label {
	float: left;
	width: 230px;
	padding-right: 12px;
}

fieldset {
	border: 1px dotted #000;
	padding: 6px;
	margin-bottom: 5px;
}

legend {
	color: #000;
	background-color: #FFFFFF;
	line-height: 6px;
	font-weight: bold;
	padding: 5px;
}

input.txt {
	border: 1px inset #00008B;
	width: 300px;
}

textarea {
	width: 300px;
	height: 40px;
	border: 1px inset #00008B;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

#error_box {
	border: 2px solid #FF0000;
	font-weight: bold;
	color: #FF0000;
	padding: 5px;
}
