div.contenitore_pulsante { width:100%; overflow:auto;  position:relative }
div.nuovo_ticket { float:right; padding:5px 10px; margin:10px 0; font-weight:bold; font-size:11px; text-transform:uppercase;
background: rgb(241,231,103); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,231,103,1)), color-stop(100%,rgba(254,182,69,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(241,231,103,1) 0%,rgba(254,182,69,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}

div.rispondi_ticket { float:right; padding:5px 10px; margin:10px 0; font-weight:bold; font-size:11px; text-transform:uppercase; color:#fff;
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
div.rispondi_ticket a { color:#fff; text-decoration:none;}
div.rispondi_ticket a:hover { text-decoration:underline }


div.nuovo_ticket a { color:#000; text-decoration:none;}
div.nuovo_ticket a:hover { text-decoration:underline }


table.ticket { width:100%; margin-top:20px; }
table.ticket th, td { padding:3px 8px; }
table tr.bordicarrello td{}
table.ticket th { padding:5px; text-transform:uppercase; font-weight:bold; font-size:11px; color:#000;
background: rgb(246,248,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
 }

table.ticket #codice { width:20px; }
table.ticket #cliente { width:auto; }
table.ticket a { color:#000; font-weight:bold;}

table.ticket #spedizione { width:860px; }
table.ticket #data { width:84px; text-align:center;  }
table.ticket #totale { width:80px; text-align:right;font-weight:bold; }
table.ticket #iva { width:35px; text-align:center; font-weight:bold; }
table.ticket #status { width:100px; text-align:left; font-size:12px }
table.ticket #info { width:19px; text-align:center; position:relative; cursor:pointer; }
table.ticket #utente { width:80px; text-align:right }

table.ticket div.mod_stato { padding:2px 5px; background:#f4f4f4; }
table.ticket div.box_status { width:100px; text-transform:uppercase; padding:2px 5px; text-align:left; font-weight:bold; color:#000; font-size:11px;  }
table.ticket div.verde { color:#fff;
background: rgb(0,132,55); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,132,55,1) 0%, rgba(31,87,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,132,55,1)), color-stop(100%,rgba(31,87,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,132,55,1) 0%,rgba(31,87,54,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,132,55,1) 0%,rgba(31,87,54,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,132,55,1) 0%,rgba(31,87,54,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,132,55,1) 0%,rgba(31,87,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008437', endColorstr='#1f5736',GradientType=0 ); /* IE6-9 */
}

table.ticket div.rosso { color:#fff;
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
table.ticket div.giallo { color:#000;
background: rgb(255,214,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
}
table.ticket div.grigio { color:#000;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
table.ticket div.standard { background:#B7B7B7; color:#fff }



/*  CONVERSAZIONE TICKET */


/* ticket */

fieldset.ticket_head { width:auto; margin-top:10px; position:relative; background:#f4f4f4; border:#8f8f8f solid 1px; font-family:Arial, Helvetica, sans-serif; border-radius:3px; -moz-border-radius:3px; padding:20px!important;  }
fieldset.ticket_head legend { background:#fff; padding:5px 10px; border:#8f8f8f solid 1px; border-radius:3px; -moz-border-radius:3px;  }
div.status_ticket { position:absolute; top:25px; right:20px; font-family:Arial, Helvetica, sans-serif; font-size:13px; text-transform:uppercase; padding:5px 10px; font-weight:bold; border-radius:2px; -moz-border-radius:2px; }
div.status_ticket a {  text-decoration:none; }

.bg0 { color:#fff!important; 
background: rgb(0,132,55); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,132,55,1) 0%, rgba(31,87,54,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,132,55,1)), color-stop(100%,rgba(31,87,54,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,132,55,1) 0%,rgba(31,87,54,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,132,55,1) 0%,rgba(31,87,54,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,132,55,1) 0%,rgba(31,87,54,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,132,55,1) 0%,rgba(31,87,54,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008437', endColorstr='#1f5736',GradientType=0 ); /* IE6-9 */
}
.bg0 a { color:#fff}
.bg2 { color:#fff!important;
background: rgb(169,3,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
.bg2 a { color:#fff}
.bg1 { 
color:#000;
background: rgb(255,214,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,214,94,1) 0%, rgba(254,191,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,214,94,1)), color-stop(100%,rgba(254,191,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,214,94,1) 0%,rgba(254,191,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */}
.bg1 a { color:#000}


fieldset.ticket_testo { width:auto; margin-top:30px; position:relative; font-family:Arial, Helvetica, sans-serif; border-radius:3px; -moz-border-radius:3px; padding:10px 20px!important;  }
div.contenuto_ticket+fieldset { }

.cliente {  border:#EAE4C0 solid 1px!important; 
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 28%, rgba(254,252,234,1) 72%, rgba(234,228,192,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(252,252,252,1)), color-stop(72%,rgba(254,252,234,1)), color-stop(100%,rgba(234,228,192,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 28%,rgba(254,252,234,1) 72%,rgba(234,228,192,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 28%,rgba(254,252,234,1) 72%,rgba(234,228,192,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 28%,rgba(254,252,234,1) 72%,rgba(234,228,192,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 28%,rgba(254,252,234,1) 72%,rgba(234,228,192,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eae4c0',GradientType=0 ); /* IE6-9 */

}
.supporto { 
border:#98bede solid 1px!important;text-align:left!important;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 43%, rgba(193,208,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,rgba(255,255,255,1)), color-stop(100%,rgba(193,208,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 43%,rgba(193,208,221,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 43%,rgba(193,208,221,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 43%,rgba(193,208,221,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 43%,rgba(193,208,221,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1d0dd',GradientType=0 ); /* IE6-9 */

}

.cliente_legend {
border:#EDDF89 solid 1px; color:#444; float:right; margin-top:-25px; 
background: rgb(237,223,135); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(237,223,135,1) 0%, rgba(254,252,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,223,135,1)), color-stop(100%,rgba(254,252,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,223,135,1) 0%,rgba(254,252,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,223,135,1) 0%,rgba(254,252,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,223,135,1) 0%,rgba(254,252,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,223,135,1) 0%,rgba(254,252,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eddf87', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
}


.supporto_legend { border:none!important; color:#fff;  float:left!important; margin-top:-25px; 
background: rgb(63,119,175); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(63,119,175,1) 10%, rgba(128,160,186,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(63,119,175,1)), color-stop(99%,rgba(128,160,186,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(63,119,175,1) 10%,rgba(128,160,186,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(63,119,175,1) 10%,rgba(128,160,186,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(63,119,175,1) 10%,rgba(128,160,186,1) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(63,119,175,1) 10%,rgba(128,160,186,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f77af', endColorstr='#80a0ba',GradientType=0 ); /* IE6-9 */


}

.supporto_legend strong { text-shadow: 2px 2px 3px #333; }

fieldset.ticket_testo legend {  padding:5px 10px; border-radius:3px; -moz-border-radius:3px; font-size:11px; text-transform:uppercase; font-weight:bold }

div.data_ticket_cliente { font-size:16px; position:absolute; top:20px; left:20px;  font-weight:bold;}
div.data_ticket_supporto { font-size:16px; position:absolute; top:30px; left:20px; font-weight:bold; width:700px; line-height:16px}
div.data_ticket_supporto span { float:right; margin-top:-38px}
.supporto input#bottone_ticket { margin:-5px 0 0 0!important; padding:5px 10px!important; position:relative; color:#fff!important; border:none; cursor:pointer; font-size:11px; text-transform:uppercase; font-weight:bold; -moz-border-radius:3px; border-radius:3px;

background: rgb(98,125,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,125,77,1)), color-stop(100%,rgba(31,59,8,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
}
.supporto input#bottone_ticket:hover { text-decoration:underline }

div.testo_breve { width:auto; padding:10px 0; border-bottom:#c5c5c5 dotted 1px; text-align:left; font-size:12px; margin-top:45px}
div.annotazioni { width:auto; padding:10px 0 40px; text-align:left; font-size:12px }
div.bottom_cliente { width:747px; height:30px; position:absolute; bottom:0; left:0; background:#EEE18C; text-align:left}
div.bottom_cliente a { color:#000; text-decoration:underline; }

div.bottom_supporto { width:747px; height:30px; position:absolute; bottom:0; left:0; background:#6F95B7; text-align:left; color:#fff}
div.bottom_supporto a { color:#fff; text-decoration:underline; }

div.allegati { width:auto; padding:10px; font-size:11px; font-weight:bold; text-transform:uppercase; float:left }
div.operatore { padding:10px; font-size:11px; font-weight:bold; text-transform:uppercase; float:right }
div.operatore input { border:none; margin:0; padding:0; }


fieldset textarea { width:680px; height:80px; padding:10px; border:#EAE4C0 solid 1px; font-family:Arial, Helvetica, sans-serif; font-size:12px;  max-height:80px; margin-top:10px; background:#fff}



/******** APERTURA TICKET FORM DIU INSERIMENTO ********/

fieldset.cliente div.riga { width:672px; overflow:auto; position:relative; margin:30px auto 0; }
fieldset.cliente div.riga+div.riga { margin:5px auto 0; }
fieldset.cliente div.riga div.nome_campo { width:100px; text-align:left; float:left; position:relative; padding:5px }
fieldset.cliente div.riga div.campi { width:auto; text-align:left; float:left; position:relative; }
fieldset.cliente div.riga div.campi input { width:550px; padding:5px; border:#c5c5c5 solid 1px; }
fieldset.cliente div.riga div.campi select { width:562px; padding:5px; border:#c5c5c5 solid 1px; margin:0 }
fieldset.cliente div.riga div.campi textarea { width:550px; height:150px; max-height:150px; padding:5px; border:#c5c5c5 solid 1px;margin:0   }
fieldset.cliente div.riga div.campi input.bottone { width:562px; padding:5px; border:none; margin:0; cursor:pointer; text-transform:uppercase; font-size:11px; font-weight:bold }

fieldset.cliente p.obbligatori { float:right; margin-top:10px; color:#900; font-size:11px; font-weight:bold;}


