form.upload-form {
    text-align: center;
    padding: 10px;
}

div.upload-item {
    display: inline-block;
    cursor: pointer;
    width: 110px;
    position: relative;
    height: 100px;
}

div.upload-item > span {
    position: absolute;
    bottom: 0;
    left: 25%;
    white-space: nowrap;
}

#downBtn {
    background: url("/platform/commons/images/down.png") no-repeat top;
}

#uploadBtn {
    background: url("/platform/commons/images/upload.png") no-repeat top;
}


