#CENTER table {
	width: 100%;
}
#CENTER #form1 {
	display: block;
	margin-top: 15px;
}

#CENTER table th {
	background-color: #FC9;
	width: 30%;
	font-weight: normal;
	padding-left: 5px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#CENTER table td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
	padding-left: 5px;
}

#CENTER table th .red {
	color: #F00;
	font-size: x-small;
}

