@charset "UTF-8";
div#mf_wrapper {
	width: 900px;
	text-align: left;
	font-family: sans-serif;
}
div#mf_header h1 {
	width:650px;
	font-size:32px;
	color:#E98927;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding:10px 0;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 640px;
	border-collapse:collapse;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border: solid 1px #D5D4D9;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
	background:#eee;
}
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 th b {
	font-size:18px;
	font-weight:bold;
	color:#E98927;
}
table.mailform tr td{
	background:#eee;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}