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