@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: 14px;
	/*border-bottom: solid 1px #999999;*/
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th 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;
}

table.mailform tr td textarea {
	font-size: 20px;
	width: 100%;
	height: 120px;
	color: #556f8c;
	background: -webkit-linear-gradient(#fff, #AAC09B);
	background: -ms-linear-gradient(#fff, #AAC09B);
	background: -moz-linear-gradient(#fff, #AAC09Ba);
	background: -o-linear-gradient(#fff, #AAC09B);
	border-radius: 4px;
	box-shadow: 0 1px 0 #f2f2f2;
	border: none;
}

table.mailform tr td input {
	font-size: 16px;
	width: 80px;
	/*width: 5%;*/
	color: #556f8c;
	background: -webkit-linear-gradient(#fff, #AAC09B);
	background: -ms-linear-gradient(#fff, #AAC09B);
	background: -moz-linear-gradient(#fff, #AAC09B);
	background: -o-linear-gradient(#fff, #AAC09B);
	border-radius: 4px;
	box-shadow: 0 1px 0 #f2f2f2;
	border: none;
	margin-right: 45px;
}

@media only screen and (max-width: 767px) {

table.mailform tr td textarea {
	font-size: 14px;

}
table.mailform tr td input {
	font-size: 14px;
}


