@charset "UTF-8";
div#mf_wrapper {
	width: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
	/*padding: 30px;
	border-radius: 10px;
	background: #ffe2a9;
	border:3px solid #ffab00;*/
}

form#mailform {
	border-top: dotted 1px #ffab00;
	padding: 10px 0;
	margin-top: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	border-bottom: dotted 1px #ffab00;
	padding: 10px 5px 10px 5px;
}
table.mailform tr th {
	width: 12em;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}