@charset "utf-8";

img { border:0px;}

.input {
	width:150px;
	background-color: #FFFFFF;
} /* Contiene 20 Caratteri */
.input_medium { width:100px;} /* Contiene 15 Caratteri */
.input_medium_big { width:175px;} /* Contiene 25 Caratteri */
.input_big { width:200px;} /* Contiene 30 Caratteri */
.input_bigger { width:400px;} /* Contiene 50 Caratteri */
.input_biggest {
	width:93%;
	background-color: #FFFFFF;
}
.input_biggest2 {
	width:464px;
	background-color: #FFFFFF;
}
.input_small { width:38px;} /* Contiene 5 Caratteri */
.input_smaller { width:23px;} /* Contiene 3 Caratteri */
.input_smallest { width:16px;} /* Contiene 2 Caratteri */
.textarea_small { width:180px;} 
.textarea_med_small { width:300px; height:120px;} /* Contiene 45 Caratteri su 7 righe */
.textarea_medium { width:400px; height:120px;} /* Contiene 45 Caratteri su 7 righe */
.textarea_big { width:98%; height:35px;} /* Contiene 2 righe */
.textarea_bigger { width:98%; height:60px;}
.textarea_biggest {
	width:93%;
	height:120px;
	background-color: #FFFFFF;
}
.textarea_biggest2 {
	width:464px;
	height:120px;
	background-color: #FFFFFF;
	margin-bottom:5px;
}

.info{cursor:help;}
.nascosto {display:none;}
.visibile {display:block;}

#centra { margin:10px auto;}

.login { margin-right:45px; margin-top:4px;}

.materiali { list-style-type:square; font-size:14px;}
.materiali li { padding-top:10px;}

.cell_sx { padding-left:20px;}

