@charset "utf-8";

.form {
	width: 690px;
	text-align: left;
	text-align: left;
	color: #333333;
	font-size: small;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.form table {
	width: 688px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-left-color: #ccc;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.form table .abs {
	margin-left: 3px;
	color: #D80C18;
}

.form table th {
	background: #F5F5F5;
	width: 25%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.form table td {
	width: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.form table th,
.form table td {
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.form table td.submit {
	text-align: center;
	border-right-width: 1;
	border-bottom-width: 1;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
