form.editor input[type="file"]{
	
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	font-size:13px;
	margin-top: 20px;
	margin-bottom:20px;
	width:100%;
	
}

form.editor input[type="file"]::-webkit-file-upload-button {
	
	background:transparent;
	border:none;
	font-weight:bold;
	outline:none;
  
}


div.progress_container{
	
	width:100%;
	height:39px;
	margin-top:20px;
	display:none;
	border-radius:4px;
	clear:both;
	position:relative;
	padding:1px 10px;
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-bottom:20px;
	
}

div.progress_container div.filename_container{
	
	float:left;
	width:100%;
	height:35px;
	box-sizing:border-box;
	padding-right:45px;
	line-height:35px;
	font-size:13px;
	font-weight:bold;
	color:#777;
	white-space:nowrap;
	overflow-x:hidden;
	text-overflow:ellipsis;
	
}

div.progress_container div.bar_container{
	
	width:106px;
	height:25px;
	position:absolute;
	top:6px;
	right:45px;
	box-sizing:border-box;
	border-width:1px;
	border-style:solid;
	
}

div.progress_container div.bar_container div#progress{
	
	height:19px;
	margin-left:2px;
	margin-top:2px;
	float:left;
	width:0px;
	
}

div.progress_container div.file_deleter{
	
	width:35px;
	height:35px;
	position:absolute;
	top:0;
	right:0;
	background-image:url( /templates/related_paths/multiple_path_editor/remove.png );
	background-repeat:no-repeat;
	background-position:center;
	display:none;
	float:left;
	
}
