#divfile {
  height: 35px;
  display: none;
  margin-left:10px;
}

.fileinputs img {
  margin-top:2px;
}

div.fileinputs {
	position: relative;
	width: 240px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.fileinputs div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.fileinputs input {
	 width: 175px;
	 font-size: 11px;
	 vertical-align: top;
	 height: 18px;
	 padding: 0px;
}

.fileinputs input.file {
	position: relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 240px;
	text-align: right;
}

.check_allegati {
	display: none;
}