@charset "utf-8";

img { border:0px;}

.input { width:150px;} /* Contiene 20 Caratteri */
.input_medium { width:100px;} /* Contiene 15 Caratteri */
.input_big { width:200px;} /* Contiene 25 Caratteri */
.input_bigger { width:400px;} /* Contiene 50 Caratteri */
.input_biggest { width:99%;}
.input_small { width:38px;} /* Contiene 5 Caratteri */
.input_smallest { width:16px;} /* Contiene 2 Caratteri */
.textarea_small { width:180px;} 
.textarea_medium { width:400px; height:120px;} /* Contiene 45 Caratteri su 7 righe */
.textarea_big { width:99%; height:35px;} /* Contiene 2 righe */
.textarea_bigger { width:99%; height:60px;}
.textarea_biggest { width:99%; height:120px;}

.info{cursor:help;}
.nascosto {display:none;}
.visibile {display:block;}

.stacco_input { width:180px; margin-bottom:10px;}
.btn_img { margin-top:26px; margin-bottom:0px;}

.icona { margin-right:5px; margin-top:2px;}
.testo { margin-right:5px; padding-right:5px; font-family:Arial, Helvetica, sans-serif;}

.form { width:100%; height:100%;}
.form  td { text-align:left;}

.maiuscolo { text-transform:uppercase;}

.elenco { border:0px navy solid; width:40%; float:left; margin-left:10px;}
#white { color:#FFFFFF;}

.dx_backend {
	float:left;
	width:668px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	height:auto;
	min-height:383px;
	overflow:hidden; !important 
	/*border:1px solid white;*/
}