
#upload {

    position: absolute;
    z-index: 2999;
    width: 750px;
    margin: 15px;
    padding: 12px 17px;

}

#drop {

    text-align: center;

    font-size: 16px;

    font-weight: bold;

    color: #000;

    width: 750px;

    height: 750px;

    background-color: rgba(255, 255, 255, 1);

    border-radius: 10px;

    border: 1px solid #000;

}

#img_small form {
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 15px;
}

#drop a {

    background-color: #cd0067;

    padding: 12px 26px;

    color: #fff;

    font-size: 14px;

    border-radius: 2px;

    cursor: pointer;

    display: inline-block;

    margin-top: 12px;

    line-height: 1;

}

#img_small .search {

    padding: 6px 6px;

    height: 100%;
    color: #222;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;

}

#img_big .search {

    padding: 15px 15px;

    color: #222;
    font-size: 12px;

    border-radius: 2px;

    cursor: pointer;

    display: inline-block;

    line-height: 1;

}

#drop input {

    display: none;

}

#upload ul {

    list-style: none;

    position: absolute;

    top: 60px;

    max-height: 430px;

    overflow: hidden;

    width: 100%;

}

#upload ul li {

    height: 24px;

    position: relative;

    max-width: 750px;

}

#upload ul li input {

    display: none;

}

#upload ul li p {

    overflow: hidden;

    white-space: nowrap;

    color: #222;

    font-size: 16px;

    font-weight: bold;

    position: absolute;

    margin: 0;

}

#upload ul li i {

    display: none;

}

#upload ul li canvas {

    display: none;

}

.progresso {

    height: 20px;

    width: 700px;

    position: absolute;

    bottom: 10px;

    left: 50px;

}

.progresso div {

    height: 20px;

    width: 0px;

    background-color: #489000;

    -webkit-transition: width ease;

    /* For Safari 3.1 to 6.0 */

    transition: width ease;

}

#upload ul li span {

    width: 15px;

    height: 12px;

    background: url('../img/icons.png') no-repeat;

    position: absolute;

    top: 6px;

    right: 33px;

    cursor: pointer

}

#upload ul li.working span {

    height: 16px;

    background-position: 0 -12px;

}

#upload ul li.error p {

    color: red;

}

.close_drop a {

    font-size: 14px !important;

    font-weight: bold !important;

}