.custom-upload {
	float: left;
    height: 32px;
    position: relative;
    width: 152px;
}

.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 {
	background: url(/img/upload-icon.png) center right no-repeat;
	background-size: 40px 28px;
	left: 0px;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    width: 152px;
    z-index: 1;
}

.custom-upload .fake-file input {
	background: #FFF;
	border: 1px solid #A7A7A7;
	border-radius: 5px;
	color: #000;
	float: left;
	font: 13px verdana;
	height: 28px;
	width: 102px;
}