input{
	background-color:#c8e399;
}

input:focus {
	background-color: transparent;
}

div.fileinputs {
	position: relative;
}

input.file {
	margin: 0;
}

input.file.hidden {
	position: relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

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

div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}