@charset "UTF-8";
div#mf_wrapper {
	width: 530px;
	text-align: left;
	margin: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: 95%;
	border-bottom: solid 1px #ddd;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 180px;
	vertical-align:top;
}
table.mailform tr th span {
	color:rgb(255,80,0);
	font-size: 11px;
}
#mailform table.mailform tr td p {
	margin: 0px;
	padding-left: 0px;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}
p.annotation{
font-size:85%;
}
p.reserve_button{
margin-top:1em;
text-align:center;
}
p.reserve_button button{
	background:none;
	border:none;
}