.input-file2 {
	/*border: none!important;*/
	width: 146px!important;
	height: 10px;
	/*background:url(images/inputFile.gif) no-repeat top left;*/
	color:#666; 
	padding:0; 
	padding:7px 0 0 0;  
	-moz-border-radius: 0 4px 0 0; 
	-webkit-border-radius: 0 4px 0 0; 
	font-size:1em;
}

.fileinputs input:focus{
	background-color: transparent;
}

.fileinputs {
	position: relative;
	height: 30px;
	width: 200px;
}

.file {
	width: 205px!important;
	height:25px;
	margin: 0!important;
	position:relative;!important
	border:none!important;
}

.file.oculto {
	position: relative;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 205px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
	color:#000;
}