@charset "UTF-8";
/* CSS Document */

table#mail_form {
	width: 630px;
}

table#mail_form th, table#mail_form td {
	padding: 10px 5px;
	border-top: 1px solid #CCC;
}

table#mail_form tr:first-child th, table#mail_form tr:first-child td {
	border-top: none;
}

table#mail_form th {
	font-weight: normal;
	text-align: left;
	color: #CA312F;
}

table#mail_form td .required {
	color: #F00;
}