
html, body {
	background-image: none;
	background-color: white;
	color: black;
}
body {
	margin: 1em;
}
input, textarea {
	background-image: none;
	background-color: white;
	border-left-style: none;
	border-right-style: none;
	border-color: gray;
}
input.inputtext {
	height: 2.5em;
}
.smalltext {
	color: gray;
}
