

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}