fieldset {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

fieldset label {
	display: block;
	float: left;
	width: 33%;
	text-align: right;
	margin-right: 12px;
}

fieldset label.valore {
	text-align: left;
}

fieldset label, fieldset input, fieldset select {
	margin-top: 3px;
	margin-bottom: 3px;
}

fieldset br {
	clear: both;
}

.buttons {
	background-color: #cae3f0;
	background-image: url('/farmaven/images/sfondo-buttons.gif');
	background-repeat: repeat-x;
	padding: 8px;
	text-align: center;
}

.buttons input, input.button, input.submit {
	color: white;
	background-color: #246182;
    border-width: 1px;
    margin-left: 3px;
	margin-right: 3px;
}

.buttonlista input,input.submit{
	color: white;
	background-color: #246182;
    border-width: 1px;
    margin-left: 3px;
	margin-right: 3px;
	text-align: center;
}

form .cerca {
	vertical-align: middle;
}

form .cerca label, form .cerca input, form .cerca img {
	display: block;
	float: left;
	margin-right: 4px;
	/*line-height: 100%;
	vertical-align: middle;*/
}
