#upload{
    font-family:'PT Sans Narrow', sans-serif;
    width:98%;
    border-radius:3px;
    margin:10px;
}

#drop{
    background-color: #c0c0c0;
    padding: 40px 50px;
    margin-bottom: 5px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
	min-height: 300px;
}
#drop-hover{ opacity: 0.8; }
#drop a{
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{}
#drop input{ max-width: 300px; height: 50px; }
#upload ul{ list-style:none; margin-left: -40px; }
#upload ul li{ padding:15px; height: 25px; position: relative; border-top:1px solid #8E846B; border-bottom:1px solid #8E846B; }
#upload ul li input{ display: none; }
#upload ul li p{
    /*width: 144px;*/
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
	margin-top: 10px;
    top: 0px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
	max-width: 24px;
	max-height: 24px;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('icons.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{ height: 16px; background-position: 0 -12px; }
#upload ul li.error p{ color:red; }