 .fileinput-button {
		  position: relative;
		  overflow: hidden;
	  }

	 .fileinput-button input{
		 position:absolute;
		 top: 0px;
		 opacity: 0;
		 filter: alpha(opacity=0);
    	 -moz-opacity: 0;
	 }
	 
	 .flie_text{
		 padding: 10px 50px;
		border: 1px solid;
		border-radius: 10px;
		color: #fff;
		background: #E27C00;
		text-shadow: 0 1px rgba(0,0,0,.08);
		font-family: robotoregular,Arial,Helvetica,sans-serif;
		text-align: center;
	 }
	 
	 .flie_text:hover{
		background: #50a9a0;
		transition: background 1s;
		-moz-transition: background 1s; /* Firefox 4 */
		-webkit-transition: background 1s; /* Safari 鍜�Chrome */
		-o-transition: background 1s; /* Opera */
	}
	 
	 .flie_input{
		height: 40px;
		width: 25;
		cursor: pointer;
	 }
	 
	 .button_cls{
		background-color: #FF9797;
		border-radius: 4px;
		color: #ffffff;
		font-weight: 600;
		margin-top: 16px;
		padding: 3px 9px;
		display: inline-block;
		padding: 10px 10px;
		cursor: pointer;
	}
	
	.file_progress{
		width: 130px;
		height: 8px;
		border: 1px solid #E27C00;
		border-radius: 10px;
		background: #fff;
		margin: 5px auto;
	}
	.file_progress>.changdu{
		height: 100%;
		background: #E27C00;
		border-radius: 10px;
	}
	.file_progress_size{
		color: #E27C00;
		font-size: 12px;
		margin: 5px auto;
		width: 30px;
		text-align: center;
	}
	
	
	.flie_excel{
		background: url(../../CacheableResource/images_v1_01/excel.jpg) no-repeat 0px 0px;
		width: 62px;
		height: 65px;
		margin: auto;
	 }
	 .flie_excel_name{
		 width: 100%;
		text-align: center;
		padding-bottom: 5px;
		font-family: robotoregular,Arial,Helvetica,sans-serif;
		font-size: 12px;
	  }
	  
	  .flie_error{
			width: 100%;
			text-align: center;
			font-size: 12px;
			color: red;
	  }