/* ----- form tableless  ---- */

#cform label, #cform label.small { /* modifca .bsend se cambi il valor di width! */
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 140px;
	margin-top: 5px;
	margin-bottom: 2px;
	display: block;
}

#cform label.small { /* modifca .bsend se cambi il valor di width! */
	width: 80px;
}

#cform input, #cform select, #cform textarea {
	margin-bottom: 2px;
	margin-top: 2px;
}

#cform input, #cform select {
	width: 200px;
}

#cform label a {
	color: Red;
	border-bottom: 1px dotted Red;
}

#cform input.numerico, input.numerico {
	width: 80px;
	text-align: right;
}

#cform input.medio {
	width: 80px;
}

#cform input.smallint, input.smallint {
	text-align: right;
	width: 40px;
}

#cform br {
	clear: left;
}

#cform .boxes {
	width: 15px;
}

#cform .bsend { /* il pulsante che invia i form */
	width: 150px;
	margin: 10px 0 20px 0;
}

#cform .flabel { /* label flatted */
	text-align: right;
	padding-right: 10px;
	width: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline;
	float: none;
}

#cform .fupload { /* field per l'upload */
	width: 200px;
} 

.required {
	background-color: #FFF4E3;
}
/* ----------------------- */
