@charset "UTF-8";

table.mailform {
	width: 700px;
	background-color: #f9fcf3;
	margin: 0 0 50px 0;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 10pt;
	border-bottom: solid 1px #eeefe7;
	padding: 8px 5px 8px 10px;
}
table.mailform tr th {
	width: 140px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10pt;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 7pt;
	color: #999999;
}
table.mailform tr td textarea {
	width: 95%;
	height: 120px;
}