.formitems,
.formitems ul,
.formitems ol
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.formitems ul,
.formitems ol {
	display: block;
	background-color: #eee;
	padding: 20px;
}

.formitems h3 {
	margin: 0px;
	padding: 0px;
}

.formitems li {
	display: block;
	margin: 0.5em 0px;
}

.formitems label,
.formitems input {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

.formitems label {
	width: 15em;
	cursor: hand;
	cursor: pointer;
	text-align: right;
}

.formitems input,
.formitems textarea {
	font: inherit;
	width: 30em;
	margin-left: 1em;
}

.formitems textarea {
	height: 10em;
}

.radioset input, .radioset label {
	width: auto;
	text-align: right;
}

.formitems input.short {
	width: 5em;
	margin-right: 5em;
}
