div.custom_file_upload {
	width: 160px;
	height: 20px;
	margin: 0 auto;
	padding-bottom: 10px;
}

div.file_upload {
	text-align: center;
	background:#56d239;
	font-weight:bold;
	color:#000000;
	padding: .5em 1em 0 1em;
	cursor: pointer;
	display: inline;
	position: absolute;
	overflow: hidden;
	border: 1px solid #d3d3d3;
}

div.file_upload:before {
	content: 'Загрузить новый файл';
	position: absolute;
	left: 0; right: 0;
	text-align: center;
	cursor: pointer;
	top: 3px;
}

div.file_upload input {
	position: relative;
	height: 15px;
	display: inline;
	cursor: pointer;
	opacity: 0;
	width: 160px;
	cursor: pointer;
}