@charset "UTF-8";
form#mailform {
	padding: 0 0 1em 0;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 0.8em;
}
table.mailform tr th {
/*	width: 12em;*/
}
table.mailform tr th span {
	color: red;
	margin-left : 5px ;
	margin-right : 5px ;
	font-size: 95%;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
/*	color: rgb(220,220,220);*/
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
table.mailform tr td input {
	font-size: 100%;
}