#drop {
    padding: 40px 50px;
    text-align: center;
    background-color: #FFF;
}

#drop a {
    background-color: #003700;
    padding: 12px 26px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    line-height: 1;
    text-decoration: none;
}

#drop a:hover {
    text-decoration: underline;
}

#drop input {
    display: none;
}

#upload ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#upload ul li {
    background-color: #005500;
    border-top: 1px solid #FFF;
    padding: 15px;
    height: 52px;
    position: relative;
}

#upload ul li input {
    display: none;
}

#upload ul li p {
    overflow: hidden;
    white-space: nowrap;
    color: #FFF;
    position: absolute;
    left: 100px;
    margin: 0;
}

#upload ul li i {
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    display: block;
}

#upload ul li canvas {
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span {
    width: 15px;
    height: 12px;
    background: url('../img/layout/gallery/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
}

#upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p {
    color: red;
}


