label input[type="file"] {
    position: fixed;
    top: -1000px;
}

.uploadLabel {
    border: 2px solid #AAA;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #DDD;
    display: inline-block;
}
.uploadLabel:hover {
    background: #CCC;
}
.uploadLabel:active {
    background: #e1ef38;
}
.removeFile {
	display:inline !important;
}