/* modifca .bsend se cambi il valor di width! */
.cform label, .cform label.small { float: left; text-align: right; padding-right: 10px; width: 140px; margin-top: 5px; margin-bottom: 2px; display: block; }
.cform label.small {  width: 80px; }
.cform input, .cform select, .cform textarea { 	font-family : verdana, arial, helvetica; font-size: 11px; 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; }
/* il pulsante che invia i form */ 
.cform .bsend {  width: 150px; margin: 10px 0 20px 0; } 
/* label flatted */ 
.cform .flabel {  text-align: right; padding-right: 10px; width: 140px; margin-top: 2px; margin-bottom: 2px; display: inline; float: none; }
/* field per l'upload */
.cform .fupload { width: 200px; } 
.required { background-color: #FFF4E3; }
