div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width:100%;	
}

div.fakefile input {
	float:left;
	width:calc(100% - 110px);
}

div.fakefile.button{
	float:left;
}

div.fileinputs input.file {
	position: relative!important;
	text-align: right!important;
	-moz-opacity:0!important;
	filter:alpha(opacity: 0)!important;
	opacity: 0!important;
	z-index: 2!important;
	cursor: pointer;
}
