.form_testata2 {
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    background: #eaebec;
    border: #ccc 0px solid;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #ddd;
    border-spacing: 0;
    }
.form_testata2 tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.form_testata2 th {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #e0e0e0; border-top: 1px solid #fafafa;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#8bcdf8), to(#70b0ee));
    background: -moz-linear-gradient(top, #ededed, #70b0ee);
}

table.form_testata2 {
    width:;
}

table.form_testata2 th:first-child {
    padding-left: 10px;
    text-align: left
}


table.form_testata2 tr {
    padding-left: 10px;
    text-align: left
}


table.form_testata2 tr:first-child th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

table.form_testata2 tr:first-child th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

table.form_testata2 tr:last-child td {    border-bottom: 0 }

table.form_testata2 tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

table.form_testata2 tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



table.form_testata2 tr td {
    padding: 2px;
    border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-top: 1px solid #ffffff;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table.form_testata2 tr td:first-child {
    padding-left: 20px;
    border-left: 0;
    text-align: left
}


/*---------------testata riga singola-----------*/

.form_testata_riga_singola {
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    background: #eaebec;
    border: #ccc 0px solid;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #ddd;
    border-spacing: 0;
    }
.form_testata_riga_singola tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.form_testata_riga_singola th {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #e0e0e0; border-top: 1px solid #fafafa;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#8bcdf8), to(#70b0ee));
    background: -moz-linear-gradient(top, #ededed, #70b0ee);
}

table.form_testata_riga_singola th:first-child {
    padding-left: 10px;
    text-align: left
}


table.form_testata_riga_singola tr {
    padding-left: 10px;
    text-align: center
}


table.form_testata_riga_singola tr:first-child th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
}

table.form_testata_riga_singola tr:first-child td:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    
}

table.form_testata_riga_singola tr:first-child th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

table.form_testata_riga_singola tr:first-child td:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

table.form_testata_riga_singola tr:last-child td {    border-bottom: 0 }




table.form_testata_riga_singola tr td {
    padding: 2px;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table.form_testata_riga_singola tr td:first-child {
    padding-left: 20px;
    border-left: 0;
    text-align: left
}

/*------- classe per div */
.contenuto {
	padding-bottom: 5px;
}