@charset "utf-8";
/* CSS Document */

table.mailform {
	width:100%;
}
	table.mailform th {
		vertical-align:top;
		font-weight:normal;
		width:30%;
	}
	table.mailform th p {
		font-weight:bold;
	}
	table.mailform th span {
		color:#f00;
	}
	table.mailform td {
		width:70%;
	}