@charset "UTF-8";
form#mailform {
	padding: 5px;
}
table.mailform { width: 510px; border: 1px solid #A0A0A4; margin-bottom: .5em; 
}
table.mailform tr th,table.mailform tr td { text-align: left; font-weight: normal; font-size: 12px; border-bottom: solid 1px #999999; padding: 15px 15px 15px 20px; 
}
table.mailform tr th { width: 20%; background: #fcf1f3; 
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr td textarea { width: 70%; height: 120px; 
}
table.mailform tr td{padding:10px;}
.mailform tr td p { font-size: 10px; line-height: 1.3em; margin-left: -1em; }

div#mf_wrapper { width: 510px; text-align: left; margin: 0px auto 0px auto; font-family: sans-serif;  }
.sendbutton {
   display: table;
   width: 100%;
}
.sendbutton_inner {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}
