@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
    max-width:100%;
	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: #2d373a;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	max-width: 100%;
}
table.mailform tr th,table.mailform tr td {
    max-width:100%;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
    width:40%;
	height: 40px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	max-width: 100%;
    width:50px;
	color: #2d373a;
}
table.mailform tr td textarea {
	max-width: 90%;
    width:50px;
	border: 1px solid rgba(136, 136, 136, 0.5);
	border-radius: 5px;
}
table.mailform tr td textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.5);
	outline: 0;
}

input[type="text"] {
	box-shadow: none;
	border: 1px solid rgba(136, 136, 136, 0.5);
	height: 25px;
	border-radius: 5px;
}
input[type="text"]:focus {
	border: 1px solid rgba(0, 0, 0, 0.8);
	outline: 0;
}
input[type="submit"] {
	border: none;
	box-shadow: none;
	background-color: #006699;
	color: #fff;
	height: 25px;
	border-radius: 5px;
}
input[type="submit"]:hover {
	background-color: #444444;
}
input[type="reset"] {
	box-shadow: none;
	background-color: #ffffff;
	color: rgba(63, 63, 63, 0.5);
	border: 1px solid rgba(136, 136, 136, 0.5);
	height: 25px;
	border-radius: 5px;
}
input[type="reset"]:hover {
	color: rgba(63, 63, 63, 0.9);
	border: 1px solid rgba(0, 0, 0, 0.9);
}
