#content img { float: none; }
#content img.floatright, #content div.floatright {
	float: right;
	margin-left: 3px;
	background-color: white;
}
#content img.floatleft, #content div.floatleft {
	float: left;
	margin-right: 3px;
	margin-bottom: 10px;
	background-color: white;
}
#content div.floatleft img, #content div.floatright img { float: none; }

form.prepop { margin-top: 1em; }
form.prepop input {
	color: black;
	background-color: #ffc;
	border: 1px solid #555;
	font-size: 80%;
	margin: 1px;
	padding: 3px;
}
form.prepop input.button {
	font-size: 120%;
	margin: 0.5em;
	border-width: 2px;
	background-color: ButtonFace;
}
form.prepop label {
	text-align: left;
	display: block;
	margin-top: 0.5em;
}