/* stile relativo a lightbox (ingrandimento immagini) */

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	height: 90%;
	z-index: 1000000;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto; height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
/*	position: relative;*/
	position: absolute;
	top: 30px;
	left: 30px;
	background-color: white;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid black;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100000;
}

#imageContainer > #hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url('../images/prevlabel.gif') left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url('../images/nextlabel.gif') right 15% no-repeat;
}

#imageDataContainer {
	position: absolute;
	top: 0px;
	left: 30px;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	color: white;
	background-color: black;
	margin: 0 auto;
	line-height: 1.4em;
	text-transform: uppercase;
	overflow: auto;
	width: 100%;
	border: 1px solid black;
}

#imageData {
	padding: 0 10px;
	color: white;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 76px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 900000;
	width: 100%;
	height: 500px;
	background-color: #60a6da;
}

/* fine stile relativo a lightbox (ingrandimento immagini) */



body {
	position: 50% 0%;
	overflow: auto;
	color: black;
	font-family: Arial;
	font-size: 11px;
}

a {
	color: #666666;
}

h1 {
	display: inline;
	font-size: 16px;
	color: black;
	text-transform: uppercase;
	line-height: 24px;
}

h2 {
	display: inline;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	line-height: 24px;
}

h3 {
	display: inline;
	font-size: 14px;
	color: black;
	text-transform: uppercase;
	line-height: 24px;
}

h4 {
	display: inline;
	font-size: 12px;
	color: black;
	text-transform: uppercase;
	line-height: 24px;
}

.error {
	font-weight: normal;
	color: red;
}

form.toEdit {
	border: 1px solid #ffa700;
	background-color: #ffd179;
}

/* grafica del pannello di login */

div#login {
	position: absolute;
	top: 165px;
	left: 620px;
/*	right: 20px;*/
	height: 18px;
	background-color: transparent;
	border: 0px solid red;
	z-index: 9999;
}

div#login_form {
	width: 360px;
	height: 20px;
	background-color: transparent;
	border: 1px solid black;
	z-index: 9999;
}

div#logout_form {
	width: 360px;
	height: 20px;
	background-color: transparent;
	border: 1px solid black;
	z-index: 9999;
}

.login_label {
	font-size: 9px;
	height: 18px;
	line-height: 18px;
	color: white;
	border: 0px solid red;
	background-color: transparent;
	text-transform: uppercase;
}

input.login_data {
	font-size: 9px;
	width: 70px;
	color: white;
	background-color: black;
}

input.login_button {
	font-size: 9px;
	width: 70px;
	color: white;
	border: 1px solid white;
	background-color: black;
	text-transform: uppercase;
}

/* grafica del pulsante di edit */

div#edit {
	margin: 10px;
}

input.edit_button {
	font-size: 10px;
	width: 160px;
	color: red;
	font-weight: bold;
	border: 2px solid red;
	background-color: transparent;
	text-transform: uppercase;
}

/* div principali uguali per tutti i fogli */

/* box per le immagini */

img.bordered {
	border: 1px solid black;
}

img.flag {
	border: 1px solid #f1f1f1;
}

/* fine box per le immagini */


div#container {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: justify;
	border: 0px red solid;
}

div#lingua {
	position: absolute;
	top: 540px;
	left: 940px;
/*	right: 40px;*/
/*	width: 130px;*/
	height: 30px;
	border: 0px solid #f1f1f1;
	z-index: 1002;
}

div#background {
	position: absolute;
	top: 0px;
	left: 0px;
/*	width: 100%;*/
	width: 1010px;
	height: 500px;
	background-image: url('../images/cond.jpg');
	background-position: 870px 355px;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	z-index: -1;
}

div#central {
	position: absolute;
	top: 190px;
	right: 0px;
	width: 1010px;
	height: 310px;
	color: #666666;
	background-color: transparent;
	border: 0px solid blue;
	z-index: 1000;
}

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1010px;
	height: 190px;
	background-color: black;
	color: white;
	z-index: 2;
}

div#header_container {
	margin: 0px;
}

div#body {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1010px;
	height: 310px;
	z-index: 1;
}

div#scudetto {
	position: absolute;
	top: 505px;
	left: 10px;
	width: 44px;
	height: 54px;
	background-image: url('../images/scudetto.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 10000;
}

div#footer {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 1010px;
	height: 70px;
	background-color: black;
	color: white;
	z-index: 3;
}

div#footer_container {
	margin-top: 20px;
	height: 18px;
	background-color: #666666;
	color: #f1f1f1;
	font-weight: normal;
	text-align: right;
}

a.footer {
	color: #f1f1f1;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:hover {
	text-decoration: none;
}

a.footer_focus {
	color: #85afdd;
	font-weight: bold;
	text-decoration: underline;
}

a.footer_focus:hover {
	text-decoration: none;
}

div#header_top {
	width: 1010px;
	height: 148px;
}

div#scroll_div {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 0px solid green;
}

div#titolo input.scheda_titolo {
	font-family: Arial;
	font-size: 10px;
	border: red 1px solid;
}

div#contenuto textarea.scheda_contenuto {
	width: 90%;
	font-family: Arial;
	font-size: 10px;
	border: red 1px solid;
}

/* div relativi allo header comuni a tutte le pagine */

div#menubar_top {
	position: absolute;
	top: 145px;
	left: 0px;
/*	width: 100%;*/
	width: 1010px;
	background-color: #666666;
	height: 10px;
	z-index: 1001;
}

div#menubar_titoli {
	position: absolute;
	top: 165px;
	left: 10px;
	height: 18px;
	color: #f1f1f1;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px solid red;
	z-index: 1001;
}

a.header {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.header:hover {
	text-decoration: underline;
}

a.header_selected {
	color: #f1f1f1;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

a.header_selected:hover {
	text-decoration: none;
}

div#menubar_subtitoli {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 150px;
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
	background-color: white;
	z-index: 1001;
}

ul.menu {
	margin-left: 15px;
	padding: 0px;
	list-style-type: none;
}

li.menu {
}

a.menu {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.menu:hover {
	text-decoration: underline;
}

a.menu_selected {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

a.menu_selected:hover {
	text-decoration: none;
}

/* div secondari della sola home page */

div#home_sx {
	position: absolute;
	height: 100%;
	top: 190px;
	left: 40px;
	width: 505px;
	background-color: #cccccc;
}

div#home_sx_container {
	margin: 10px;
}

div#home_heat {
/*	position: absolute;
	top: 60px;
	left: 65px;*/
	width: 375px;
	height: 75px;
	padding-top: 10px;
	text-align: center;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../images/home_heat.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 100;
	border: 0px solid green;
}

div#home_cold {
/*	position: absolute;
	top: 160px;
	left: 65px;*/
	width: 375px;
	height: 75px;
	padding-top: 10px;
	text-align: center;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../images/home_cold.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 100;
	border: 0px solid red;
}

div#home_news {
/*	position: absolute;
	top: 180px;
	left: 50px;*/
	width: 485px;
	height: 115px;
	margin: 1px;
	border: 1px black dotted;
}

div#popup_image {
	float: left;
	margin: 8px;
}

div#popup_container {
	margin: 3px;
	color: black;
	background-color: #85afdd;
	border: 1px black solid;
}

div#popup_container a {
	color: black;
}

a.home_link {
	font-size: 14px;
	text-decoration: underline;
	color: #aaaaaa;
}

a.home_link:hover {
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}

div#flash_home {
	position: absolute;
	top: 200px;
	right: 20px;
	width: 400px;
	height: 260px;
	border: 1px solid #cccccc;
}

/* box per i prodotti */

div#prodotti {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 25px;
	width: 960px;
	height: 260px;
	background-color: white;
	border: 1px solid #666666;
}

div#home_prodotti_container {
/*	height: 240px;
	background-color: white;
	border: 1px solid #666666;*/
}

a.prodotti_link {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666666;
}

a.prodotti_link:hover {
	text-decoration: none;
	color: #aaaaaa;
}

div#settore_barra {
	position: absolute;
	top: -20px;
	left: 10px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

div#settore_menu {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	margin: 0px;
	background-color: #f1f1f1;
	border: 1px solid #666666;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

div#settore_menu a.menu,
div#settore_barra a.menu {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

div#settore_menu a.menu:hover,
div#settore_barra a.menu:hover {
	text-decoration: none;
}

div#settore_menu a.menu_selected,
div#settore_barra a.menu_selected {
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div#settore_menu a.menu_selected:hover,
div#settore_barra a.menu_selected:hover {
	text-decoration: underline;
}

div#settore {
	position: absolute;
	top: 10px;
	left: 220px;
	margin-left: 10px;
	width: 480px;
	height: 130px;
	border: 0px solid blue;
}

div#settore_container {
	margin: 0px;
	text-align: justify;
	background-color: transparent;
	border: 0px solid red;
}

div#settore_prodotti {
	position: absolute;
	bottom: 10px;
	left: 220px;
	width: 480px;
	height: 80px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px dotted #666666;
}

ul.lista {
	list-style-type: circle;
	list-style-position: inside;
	border: 1px red solid;
}
li.lista {
	float: left;
	margin-left: 20px;
	padding: 0px;
	border: 1px green solid;
}

div#settore_immagine {
	position: absolute;
	top: 10px;
	right: 10px;
}

/* box delle categorie */

div#categoria {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 25px;
	width: 960px;
	height: 280px;
	background-color: transparent;
	border: 1px solid transparent;
}

div#categoria_container {
	float: left;
	display: inline;
	width: 500px;
	margin-left: 150px;
	margin-right: 20px;
	text-align: justify;
	border: 0px green solid;
}

div#categoria_attach {
	float: left;
	width: 250px;
	color: #444444;
	background-color: #f1f1f1;
	border: 2px solid #cccccc;
	z-index: 1002;
}

div#categoria_immagine {
	float: left;
	width: 246px;
	margin: 1px;
	text-align: center;
	z-index: 1003;
}

div#categoria_attach input.button {
	font-size: 10px;
	width: 120px;
	color: red;
	font-weight: bold;
	border: 2px solid red;
	background-color: transparent;
	text-transform: uppercase;
}

div#categoria_attach input.file {
	font-family: Arial;
	font-size: 10px;
	color: red;
	border: 1px solid red;
}

/* fine box delle categorie */

/* box per le schede */

div#scheda {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 25px;
	width: 960px;
	height: 260px;
	background-color: white;
	border: 1px solid #666666;
}

div#scheda_nuovo {
	position: fixed;
	top: 385px;
	left: 45px;
	z-index: 1003;
}

div#scheda_container {
	float: left;
	display: inline;
	width: 580px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border: 0px green solid;
}

div#scheda_attach {
	float: left;
	width: 300px;
	color: #444444;
	background-color: #f1f1f1;
	border: 2px solid #cccccc;
	z-index: 1002;
}

div#scheda_immagine {
	float: left;
	width: 296px;
	margin: 1px;
	text-align: center;
	z-index: 1003;
}

div#scheda_attach input.button {
	font-size: 10px;
	width: 120px;
	color: red;
	font-weight: bold;
	border: 2px solid red;
	background-color: transparent;
	text-transform: uppercase;
}

div#scheda_attach input.file {
	font-family: Arial;
	font-size: 10px;
	color: red;
	border: 1px solid red;
}

div#scheda_pdf {
	margin-top: 0px;
	margin-left: 460px;
	width: 125px;
	text-align: center;
	border: 0px solid red;
}

div#scheda_pdf a {
	color: #85afdd;
	font-weight: bold;
	text-transform: uppercase;
}

.label_pdf {
	width: 40px;
}

/* fine box per le schede */

div#space {
	float: left;
	width: 40px;
	border: 1px solid transparent;
}

table.scheda_tabella {
	border-collapse: collapse;
	table-layout: fixed;
}

td.col_grandezza {
	margin: 10px;
	padding: 4px;
	width: 360px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #666666;
	text-align: left;
	border: 1px solid black;
}

td.col_udm {
	margin: 10px;
	padding: 4px;
	width: 30px;
	text-align: center;
	border: 1px solid black;
}

td.col_valore {
	margin: 10px;
	padding: 4px;
	width: 120px;
	text-align: center;
	border: 1px solid black;
}

td.col_valore input.tabella_valore {
	font-family: Arial;
	font-size: 10px;
	border: red 1px solid;
}

td.col_valore input.tabella_label {
	width: 30px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: red;
	border: red 0px solid;
}

td.col_valore input.tabella_label_long {
	width: 60px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: red;
	border: red 0px solid;
}

td.col_valore input.tabella_check {
	border: red 1px solid;
}

td.col_valore .tabella_select {
	width: 40px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border: red 1px solid;
}

td.col_grandezza .tabella_label_select {
	width: 150px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border: red 1px solid;
}

input.tabella_label {
	width: 80px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: red;
	border: red 0px solid;
}

input.tabella_label_long {
	width: 140px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: red;
	border: red 0px solid;
}

.tabella_label_select {
	width: 100px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border: red 1px solid;
}

/* box per i contatti */

div#contatti_sx {
	position: absolute;
	height: 100%;
	top: 190px;
	left: 40px;
	width: 505px;
	background-color: #cccccc;
	color: #666666;
}

div#where_sx {
	position: absolute;
	height: 100%;
	top: 190px;
	left: 40px;
	width: 505px;
	background-color: #cccccc;
}

div#contatti_sx_container {
	margin: 10px;
}

div#map {
	width: 465px;
	height: 280px;
	margin: 10px;
	border: 1px black solid;
}

div#map_container {
	font-family: Arial;
	border: 0px solid red;
}

div#map_itin {
	padding: 5px;
	color: black;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	background-color: white;
	border-top: solid 0px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

div#map_itin input {
	color: black;
	font-family: Arial;
	font-size: 10px;
	background-color: white;
	border: dotted 1px black;
}

div#map_itin input.button {
	color: black;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	background-color: #60a6da;
	border: solid 1px black;
}

div#map_itin form {
	margin: 0px;
}

div#contatti_dx {
	position: absolute;
	top: 210px;
	left: 580px;
	width: 400px;
	height: 260px;
	background-color: transparent;
	border: 1px solid black;
}

div#where_dx {
	position: absolute;
	top: 210px;
	left: 580px;
	width: 400px;
	height: 260px;
	background-color: transparent;
	border: 1px solid black;
}

div#contatti_dx_container {
	margin: 10px;
}

div#where_dx_container {
	margin: 10px;
	color: #666666;
}

div#indirizzo_label {
	position: relative;
	top: 14px;
	left: 0px;
	width: 180px;
	padding: 5px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #666666;
	border: 1px solid black;
}

div#indirizzo_mail {
	position: relative;
	top: 0px;
	left: 140px;
	width: 210px;
	font-size: 12px;
	padding: 5px;
	text-transform: none;
	font-weight: bold;
	background-color: white;
	border: 1px solid black;
}

/* fine box per i contatti */

div#file_upload {
	border: 0px solid red;
	margin: 2px;
	padding: 4px;
}

div#file_upload input.scheda_titolo {
	font-family: Arial;
	font-size: 10px;
	border: red 1px solid;
}

div#file_update input.scheda_titolo {
	font-family: Arial;
	font-size: 10px;
	border: red 1px solid;
}

.file_label {
	width: 50px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	border: red 0px solid;
}

/* inizio box per le news */

div#news_sx {
	position: absolute;
	height: 100%;
	top: 190px;
	left: 40px;
	width: 505px;
	background-color: #cccccc;
}

div#news_container {
	margin: 10px;
	text-align: justify;
	border: 0px solid red;
}

div#notizia {
	padding: 10px;
	color: #444444;
	height: auto;
	background-color: transparent;
	border: 2px solid white;
}

div#notizia_principale {
	position: absolute;
	top: 20px;
	left: 540px;
	padding: 10px;
	width: 370px;
	height: 250px;
	color: #444444;
	background-color: transparent;
	border: 2px solid #cccccc;
}

div#notizia_principale_container {
	margin: 5px;
	text-align: justify;
	border: 0px solid red;
}

div#notizia_titolo {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div#notizia_immagini {
	height: 150px;
	background-color: transparent;
	border: 0px red solid;
	z-index: 1004;
}

div#notizia_immagini_edit {
	height: 300px;
	background-color: transparent;
	border: 1px transparent solid;
	z-index: 1004;
}

div#notizia_attach {
	z-index: 1004;
}

div#notizia_immagine {
	float: left;
	height: 146px;
	margin: 1px;
	text-align: center;
	z-index: 1003;
	border: 0px solid green;
}

div#notizia_immagine_small {
	float: left;
	height: 96px;
	margin: 1px;
	text-align: center;
	z-index: 1003;
	border: 0px solid green;
}

div#notizia_attach input.button {
	font-size: 10px;
	width: 120px;
	color: red;
	font-weight: bold;
	border: 2px solid red;
	background-color: transparent;
	text-transform: uppercase;
}

div#notizia_attach input.file {
	font-family: Arial;
	font-size: 10px;
	color: red;
	border: 1px solid red;
}

div#notizia_data {
	padding-right: 10px;
	text-align: right;
	color: #444444;
	background-color: white;
	border: 1px solid #444444;
	z-index: 10000000;
}

/* fine box per le news */

/* controlli qualità */

table.controlli {
	table-layout: fixed;
	border-collapse: collapse;
	width: 900px;
}

table.controlli td {
	font-weight: bold;
	border: 1px solid black;
}

table.controlli tr.titoli {
	font-size: 16px;
	font-weight: bold;
	color: red;
	border: 1px solid black;
}

table.controlli td.grandezza {
	font-size: 12px;
	width: 350px;
	text-align: left;
}

table.controlli td.grandezza2 {
	font-size: 10px;
	width: 180px;
	text-align: left;
}

table.controlli td.misura {
	font-size: 12px;
	width: 100px;
	text-align: center;
}

table.controlli td.misura2 {
	font-size: 10px;
	width: 85px;
	text-align: center;
}

table.controlli td.tolleranza {
	font-size: 12px;
	width: 60px;
	text-align: center;
}

table.controlli td.tolleranza2 {
	font-size: 10px;
	width: 60px;
	text-align: center;
}

table.controlli td.note {
	font-size: 16px;
	color: red;
}

table.controlli td.note_on {
	font-size: 16px;
	color: black;
	border: 1px solid red;
}

table.controlli td.note_off {
	font-size: 16px;
	color: transparent;
}

input {
	font-size: 10px;
	font-weight: bold;
	color: black;
	border: 1px solid red;
}

input.center {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: black;
	border: 1px solid red;
}

input.center2 {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: black;
	border: 1px solid red;
}

input.disabled {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: black;
	color: black;
	border: 1px solid red;
}

input.red {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: red;
	color: white;
	border: 1px solid black;
}

input.green {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: green;
	color: white;
	border: 1px solid black;
}

table.controlli td.note {
	height: 110px;
}

div#operatore {
	font-size: 18px;
}

div#operatore input.label {
	width: 200px;
	font-size: 18px;
}

div#operatore input.button {
	font-size: 18px;
}

input.qualita {
	font-size: 18px;
}

select.qualita {
	text-transform: uppercase;
	color: red;
	font-size: 9px;
	border: 1px solid red;
}

select.qualita2 {
	text-transform: uppercase;
	color: red;
	font-size: 9px;
	border: 1px solid red;
}

form.new {
	border: 1px solid black;
}

.label_new {
	border: 1px solid transparent;
	width: 65px;
}

/* fine controlli qualità */


