@charset "utf-8";

table.mailform{
	width:100%;
}

table.mailform tr th{
	width:30%;
	text-align:left;
	font-weight:normal;
	font-size:12px;
	border-bottom:solid 1px #dedede;
	padding:10px 15px;
}

table.mailform tr th span{
	color:#CC0000;
	font-size:10px;
}

table.mailform tr td{
	text-align:left;
	font-weight:normal;
	font-size:12px;
	border-bottom:solid 1px #dedede;
	padding:10px 15px;
}

table.mailform tr td textarea{
	width:100%;
	height:120px;
}