div.fileinputs {
	text-align: right;
	position: relative;
	width: 375px;
	height:20px;
}

input.file {
	width:325px;
	height:20px;
}

input.file.hidden {
	position: relative;
	text-align: right;
	z-index: 2;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
}

.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 325px;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.fakefile.top {
	z-index: 3;
}

input.file.hidden:focus {
	background-color: transparent;
}