@charset "UTF-8";
/* CSS Document */

div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
}

form#mailform {
	width: 640px;
}
table.mailform {
	width: 640px;
	background-color: #ccc;
	margin-bottom: 25px;
}

table.mailform tr th, table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 15px 0px 15px 30px;
	background-color: #fff;
}
table.mailform tr th, col_th {
	width: 150px;
	background-color: #eee;
}
table.mailform tr th span, table.mailform tr td 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;
}

#submit {
	width: 350px;
	margin: 0px auto;
}

#thx #wrap {
	width: 450px;
	margin: 20px auto;
	font-size: 90%;
	text-align: center;
	line-height: 1.5em;
	border: solid #ccc 1px;
}

#thx #wrap strong {
	font-weight: bold;
	color: #333;
}

#thx .copyright {
	font-size: 75%;
	text-align: center;
}
