@charset "UTF-8";
div#mf_wrapper {
	width: 600px;
	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: 600px;
	margin:0 auto;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: dotted 1px #ccc;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #990000;
	font-size: 12px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #3E8C9C;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

input[type="submit"],
input[type="reset"],
input[type="button"]
{ padding:15px; font-size:120%; width: 100%; box-sizing: border-box;}

input[type="submit"]{ background:#3E8C9C; color:#fff;}

.formTable td label{ display: block;}
.formTable td input[type="checkbox"]{ margin-right: 0.5em;}

.wpcf7-response-output{  margin-top:1em;padding: 0.5em 1em; text-align: center;  color:#ff0000;}
.screen-reader-response{ display: none;}

span.wpcf7-not-valid-tip{ color:#ff0000; display:block;}{