#upload{
    width:100%;
}

#drop{
	background: #ffffff;
	color: #999999;
    padding: 40px 50px;
    margin-bottom: 30px;
    border-radius: 3px;
    text-align: center;
}


#drop input {
    display:none;
}

#upload ul {
    list-style:none;
    margin:0 -30px;
}

#upload ul li{
    position: relative;
}

#upload ul li input {
    display: none;
}

#upload ul li p {
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    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;
}

#upload ul li span {
    width: 15px;
    height: 12px;
    background: url('img/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;
}