div.section-box {
	background-color: #99CC99;
}
div.form-subsection {
	margin-top: 1em;
}
input {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
input[type="button"] {
	background-color: #AAFFAA;
}
input.bigbutton[type="button"] {
	font-size: large;
	background-color: #AAFFAA;
}
select {
	background-color: #FFFFFF;
}
textarea {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: smaller;
	max-width: 100%;
}
