#files_list {
	border:1px dashed silver;
	padding:5px;
	background:#fff;
	font-size:x-small;
	width: 138px;
	visibility:hidden;
}

div.fileinputs {
	position: relative;
	overflow:hidden;
	top: -2px;
	width: 160px;
}

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

input.file {
	position: relative;	
	left: -50px;
	filter:alpha(opacity: 0);
	opacity: 0;
	-moz-opacity:0;
	z-index: 2;
	font-size:170%;
}
