@charset "UTF-8";
div#mf_wrapper {
	width: 819px;
	text-align: center;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}

form#mailform {

}
table.mailform {
	width: 819px;
	border: solid 1px #fff;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size:15px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 10px 5px 10px 10px;
	vertical-align:middle;
	color:#666666;
	background-color:#f0f0f0;
}
table.mailform tr th {
	width: 220px;
	background-color:#CCC;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #666;
	
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

table.mailform  tr td input.send { 
	width: 100px;
	height:30px;
 	}
table.mailform tr td input.reset {
	 width:100px;
	 height:30px;
	 margin-left:10px;
	}