#progressBar {
	display: none;
}

#centered {
	width: 800px;
}

#centered td {
	border: none;
}

#title {
	text-align: center;
	font-family: SimHei;
	font-size: 24pt;
}

#subtitle {
	text-align: center;
	font-size: 20pt;
}

#address {
	text-align: center;
}

.section-title {
	width: 800px;
	padding: 8px;
	color: #47a;
	border: 1px dotted #47a;
	border-bottom: none;
	font-weight: bold;
}

.section {
	width: 800px;
	padding: 8px;
	border: 1px dotted #47a;
	margin-bottom: 16px;
}

.section td {
	text-align: center;
}

.section p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.section textarea {
	width: 100%;
}

.csf-widget-error {
	font-weight: bold;
	color: red;
	background-color: yellow;
	margin-right: 8px;
}

.even {
	background-color: #ddd;
}
