#boxForm {
	float: left;
	width: 91%;
	padding: 1em;
	overflow: hidden;
	background-color: #f2f2f2;
	font-size: 0.85em;
}
#boxForm h3 {
	color: #990000;
}
#boxForm p {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#boxForm span {
	font-style: italic;
	font-weight: normal;
}
#boxForm fieldset.fieldBox {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
#boxForm fieldset.fieldLine {
	clear: left;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;	
}
#boxForm fieldset.field1 {
	float: left;
	height: 2em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#boxForm label.testoMini {
	display: inline;
}
#boxForm input.boxMini{
	display: inline;
	padding:0;
	width:5em;
	margin-right: 0.5em;
}
#boxForm fieldset.fieldLineLeft {
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;	
	float: left;
	width: 100%;
}
#boxForm fieldset.categorieLeft {
	display: inline;
	margin-bottom: 1em;
}
#boxForm fieldset.fieldCategorie {
	margin-bottom: 1em;
}
#boxForm label.testoBold {
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
#boxForm select.criterio {
	width: 100% /*20.8em*/;
	overflow: visible;
	margin-bottom: 0.3em;
}
#boxForm fieldset.fieldCenter {
	clear: left;
	text-align: center;
	padding-top: 0.5em;
}
#boxForm input.botMini{
	width: 6.5em;
	padding:0;
	margin-right: 1em;
}
#boxForm label.testoMaxi {
	display: block;
	float: left;
	line-height: 1.5em;
	height: 1.5em;
	width: 16em;
}
#boxForm input.boxMaxi{
	width: 17em;
	margin-bottom: 0.5em;
}

