@charset "utf-8";

#mainContent p.error{
	font-weight: bold;
}
#mainContent .error{
	color: red;
}
#form{
	margin: 1em 0;
}
#form input.button {
	padding: 6px;
	margin: 0 12px;
}
#form #submit {
	text-align: center;
}
#form label {
	white-space: nowrap;
}
#table{
	border-collapse: separate;
	vertical-align: middle;
	border-width: 0;
	width: 100%;
}
#table th{
	background-color: #ff9933;
	text-align: right;
	white-space: nowrap;
	padding: 6px;
}
#table td{
	background-color: #ffcc99;
	line-height: 1.2;
	padding: 6px;
}
#table fieldset{
	margin-bottom: 4px;
	padding: 4px;
	border: solid 1px black;
}
#table p{
	margin: 0;
}
#table ul{
	margin: 0 0 0 1em;
}
#table li{
	margin-top: 2px;
}

#table .digit{
	text-align: center;
	ime-mode: disabled;
}
#table .narrow{
	ime-mode: disabled;
}
#table th p{
	font-weight: normal;
	font-size: small;
}
#form #submit #forward, #form #submit #inquire {
	padding: 6px 36px;
}
#mainContent em {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
#mainContent strong {
	color: #cc0000;
	font-style: normal;
	font-weight: bold;
}

