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


.form {
	width: 590px;
	text-align: left;
	margin-bottom: 20px;
}

.form table {
	border-bottom: 1px dotted #ccc;
	width: 590px;
	margin-bottom: 20px;
}

.abs {
	margin-left: 5px;
	color: #f00;
}

.form table th {
	width: 30%;
}

.form table td {
	width: 70%;
}

.form table th,
.form table td {
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
}

.form table td.submit {
	border: 0;
	text-align: center;
}
