h2 {
	/*font-size:110%;*/
	border-top: 5px solid #89676B;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
table {
	width: 490px;
	margin-right: 10px;
	margin-left: 10px;
}
th {
	font-weight: normal;
	text-align: left;
	width: 130px;
}
th , td {
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
em.must {
	color: #FF0000;
}
em.check {
	font-style: normal;
	font-size: 69%;
}
div.confirm {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
p.copyright {
	font-size: 50%;
	text-align: right;
}
p.copyright a {
	color: #CCCCCC;
}