@charset "UTF-8";
@import url("form.css");
@import url("confirm.css");

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 670px;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
}
form#mailform table {
	margin-top: 0.2em;
	margin-bottom: 1em;
	border-collapse: collapse;
	font-size: 100%;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

form#mailform table th,
form#mailform table td {
  border: solid 1px #999;
  padding: 4px 6px;
}

form#mailform table th {
  background: #eeeeee;
  text-align: center;
  white-space: nowrap;
  color: #333;
}

