@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	text-align: left;
	font-family: sans-serif;
}

table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td,table.mailform {
	text-align: left;
	font-weight: normal;
  	border-bottom: solid 1px black;
  	border-top: solid 1px black;
  	border-right: none;
  	border-left: none;
	padding: 10px 0px 10px 0px;
}
table.mailform tr th {
	width: 320px;
}
table.mailform tr th span {
	color: deeppink;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	color: black;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}