@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 15px 7px 15px;
}
table.mailform tr:hover {
	background-color: #FEF;
}
table.mailform tr th {
	width: 150px;
	background-color: #EFEFEF;
	padding-left: 10px;
}
table.mailform tr th span {
  color: #CC0000;
  font-size: 16px;
}
span.red {
  color: #FF0000;
}

table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
input.send-btn {
	background-image: url(../images/send-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 220px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

input.send-btn:hover {
	background-position: 0px -60px;
}
input.reset-btn {
	background-image: url(../images/reset-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}
input.reset-btn:hover {
	background-position: 0px -60px;
}
