input.text {
	color: #000;
	background: #FFF;
	border: 1px solid #AAA
}
fieldset {
	position: relative;
	border: 0;
	float: left;
	width: 98%;
	line-height: 1.5;
	margin: 2px 0
}
fieldset strong {
	display: block;
	margin-right: 5px;
	padding: 2px;
	float: left;
	width: 6em
}
fieldset.section strong {
	border: 0;
	background: #6398CA url(/images/menu/cat_curve.png) no-repeat top right;
	color: #FFF
}
fieldset.question strong {
	background: #F5F5F5
}
fieldset span.field {
	display: block;
	float: left;
	width: 20em
}
fieldset span.controls {
	display: block;
	float: left;
	width: 10em
}
fieldset.error input.text {
	color: #C00;
	background: #FEE;
	border: 1px dashed #C00
}
p.controls {
	float: left;
	width: 98%;
	margin: 0.5em 0
}
.controls input {
	margin-right: 5px
}
.controls img {
	margin-left: 5px
}
#items {
	float: left;
	width: 100%
}
