@charset "UTF-8";

table.mailform{
	width:100%;
}

table.mailform th{
	width:30%;
	text-align:left;
	font-weight:bold;
	padding:5px;
	background-color:#336699;
	color:#ffffff;
}

table.mailform td{
	width:70%;
	padding:5px;
}

table.mailform td textarea{
	width:100%;
}
