.formitems,
.formitems ul,
.formitems ol
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.formitems ul,
.formitems ol {
	background-color: #e8e7e1;
	padding: 10px;
	margin: 10px;
}

.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: 10em;
	cursor: hand;
	cursor: pointer;
	text-align: right;
}

.formitems input,
.formitems textarea {
	font: inherit;
	width: 15em;
	margin-left: 1em;
	line-height: 105%;
}

.formitems textarea {
	height: 5em;
	overflow: auto;
}

.radioset input,
.radioset label {
	width: auto;
	text-align: left;
}

.formitems input.short {
	width: 5em;
	margin-right: 5em;
}

ol.formitems ol input {
	width: 13em;
}

.offscreen {
	/* Hide anti-bot form elements */
	position: absolute;
	left: -999em;
}

form li label.radio,
form li input.radio {
	display: inline;
	width: auto;
	margin: 0px;
}
