.custom-upload {
    /* position: relative; */
    /* height: 40px; */
    /* width: 350px; */
    display: inline-block;
}

.custom-upload input[type=file] {
    outline: none;
    position: absolute;
    height: 30px;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;
    /*width: 100%;*/
    /* height:100%; */
}

.custom-upload .fake-file {
    background: url(/static/img/upload-icon.png) center no-repeat;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 220px;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
    height: 30px;
}

.custom-upload .fake-file input {
    font-size: 12px;
    height: 28px;
    width: 90px;
    padding: 0 5px;
    margin: 0 5px;
}
