.custom-upload {
	float: left;
    position: relative;
    width: 100%;
}

.feedback_form .custom-upload { height: 34px; }
.feedback_page .custom-upload { height: 42px; }

.custom-upload input[type=file] {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 100%;
    opacity: 0;
	-moz-opacity: 0;
	outline: none;
    position: relative;
    text-align: right;    
	width: 100%;
    z-index: 2;
}

.custom-upload .fake-file {
	left: 0px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.custom-upload .fake-file input {
	background: #FFF;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	color: #000;
	float: left;
	font: 14px tahoma;
	padding: 5px 10px;
}

.feedback_form .fake-file input { height: 34px; width: 87%; }

.custom-upload .fake-file input[type=button] {
	float: right;
}

.feedback_form .fake-file input[type=button] { width: 40px; }

.modal-form-f .custom-upload { float: none; height: 36px; }
.modal-form-f .fake-file input { height: 36px; width: calc(100% - 50px); }
.modal-form-f .fake-file input[type=button] { width: 40px; }