 .btn-file, .btn-filel{ width:50px;height: 25px;border: 1px solid #ccc;opacity:0;}
 .btn-file + label{right:5%;}  .btn-filel + label{left:26.8%;}
.btn-file + label,.btn-filel + label{width:191px;height: 25px;border: 1px solid #ccc;  position:absolute;cursor: pointer;
font-variant:small-caps;
  background: -moz-linear-gradient(top, #14E4C6, #D3FBFE 50%, #2FE8B0);
	background: -webkit-linear-gradient(top, #2CF3C7, #CEFDEF 50%, #2CF3C7);
	background: -o-linear-gradient(top, #2CF3C7, #CEFDEF 50%, #2CF3C7);
	border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;
	}
	.btn-file + label:hover{
	 background: -moz-linear-gradient(top, #2CF3C7, #CEFDEF 20%,#96FAEB 25%,#96FAEB 75%, #CEFDEF 80%, #2CF3C7);
	background: -webkit-linear-gradient(top, #2CF3C7, #CEFDEF 20%,#96FAEB 25%,#96FAEB 75%, #CEFDEF 80%, #2CF3C7);
	background: -o-linear-gradient(top, #2CF3C7, #CEFDEF 20%,#96FAEB 25%,#96FAEB 75%, #CEFDEF 80%, #2CF3C7);
	}