div.fileinputs {
	position: relative;
	width:194px;
	height:27px;
	margin-bottom:5px;
}
div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
input.file {
	position: relative;
	text-align: left;
	-moz-opacity:0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width:194px;
	height:27px;
}
input.text {
	padding:0 0 0 5px;
	width:160px;
	background-color:#FFFFFF;
	height:27px;
	position:absolute;
	left:0;
	top:0;
	border:1px #6d6e6f solid;
	padding-top:5px;
	font-size:11px;
}
.fakefile img{
	position:absolute;
	left:163px;
	top:-1px;
	padding:0;
	margin:0;
}
