@charset "UTF-8";

form#mailform {
	padding: 0;
}
table.mailform {
	width: 958px;
	border: 1px solid #c5c5c5;
	margin: 0;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	border-bottom: solid 1px #999999;
	padding: 18px 15px;
}

table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
}
table.mailform textarea {
	width: 500px !important;
	height: 120px;
}

table.mailform .mailAddress input {
	width: 500px !important;
}
