@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.form {
	margin: 20px auto;
	width: 620px;
	text-align: left;
}

.form table {
	margin: 20px auto;
	width: 618px;
}

.form table .abs {
	margin-left: 3px;
	color: #f00;
}

.form table th {
	background: #eeeeee;
	width: 30%;
	font-size: 80%;
	line-height: 100%;
	color: #333333;
}

.form table td {
	width: 70%;
	font-size: 80%;
	line-height: 100%;
	color: #333333;
}

.form table th,
.form table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.form table td.submit {
	border: 0;
	text-align: center;
}

