div.index {
	text-align: center;
	color:#FFFFFF;
	padding:0.7em;
}
p.center {
	text-align: center;
}
p.msg {
	color: navy;
	font-weight: bold;
	text-align: center;
}
p.comment {
	color: red;
	font-size: small;
	text-align: center;
}
p.error {
	color: red;
	font-weight: bold;
	text-align: center;
}
span.must {
	color: red;
}
span.ak {
	text-decoration: underline;
}
tr.button {
	text-align: center;
}
td.label {
	white-space: nowrap;
	vertical-align: middle;
	text-align: right;
}
td.name {
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
}
.border_table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse:collapse;
}

#find_table {
	padding: 10px;
	margin: 0 0 0 auto;
	border: 1px dotted #cccccc;
}

.border_table td,.border_table th{
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
