div.section-box {
	background-color: #AADDFF;
}
input {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
input[type="button"], input[type="submit"] {
	background-color: #BBEEFF;
}
input.bigbutton[type="button"], input.bigbutton[type="submit"] {
	font-size: large;
	background-color: #BBEEFF;
}
select {
	background-color: #FFFFFF;
}
textarea {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-family: "Lucida Console", Monaco, monospace;
	max-width: 100%;
}

