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

form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 25%;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 14px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 75%;
	height: 120px;
}

@media only screen and (max-width: 900px) {
table.mailform tr,
table.mailform th,
table.mailform td {
    display: block;
    width: auto;
  }
  
table.mailform tr:first-child {
    border-top: 0px solid #dbe1e8;  
  }
  
table.mailform th,
table.mailform td {
    border-top: none;
  }
}










