div.input {
	clear: both;
	border-bottom: 1px solid gray;
	float: left;
	padding: 0.2em 0;
	/* this attribute, combined with the folling two sections, fixes display in
	firefox 1.x. without them, the fields creep toward the right side of the page. */
	float: left;
}

table.input {
	clear: both;
}

* html form fieldset li {
	float: none;
}

*+html form fieldset li {
	float: none;
}

.input label {
	display: block;
	float: left;
	width: 15em;
}

div.element {
	display: inline;
	float: left;
}

.input input {
	text-align: right;
	width: 5em;
}

.numeric .nonnumeric input {
	text-align: left;
	width: 15em;
}

div.input .info {
	clear: both;
	float: left;
	font-size: small;
	margin-left: 1.2em;
}
