.formfields {
	display: block;
	border: 1px solid #275183;
	z-index: auto;
	clear: both;
	float: none;
	background-color: #CCE4F4;
	padding: 0.1em;
}
.formtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #2E133E;
	text-align: center;
	line-height: normal;
	display: block;
	list-style-type: square;
	list-style-position: outside;
	padding-bottom: 0.1em;
	padding-top: .1em;
	font-weight: bold;
}
.formbuttons {
	display: block;
	border: 2px solid #529ccb;
	z-index: auto;
	clear: both;
	float: none;
	background-color: #275183;
	color: #9ECBEA;
	font-family: Verdana, Geneva, sans-serif;
}
