@charset "UTF-8";
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
	border: 1px solid #CCCCCC;
}
table.mailform tr th,table.mailform tr td {
	font-weight: normal;
	padding: 7px 5px 7px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
table.mailform tr th {
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
