#upload{
    background-color:#1B2930;

    width:350px;
    padding:30px;
    border-radius:3px;

    margin:30px auto 30px;
}



#drop{
    background-color: #1B2930;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#999999;
}

#drop a{
    background-color:#408000;
    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{
    background-color:#C5C3C0;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:2px solid #4C4C4C;
}

#upload ul li{

    background-color:#B3B3B3;

    border-bottom:2px solid #4C4C4C;
    padding:15px;
    height: 52px;

    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:#6AA042;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}


#upload ul li span:before {
	content: "\2713";
	font-size: 18px;
	color: #6AA042;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.working span:before {
	content: "\2713";
	font-size: 18px;
	color: #6AA042;
}

#upload ul li.error p{
    color:red;
}
#stacks_out_799_page0 {
	width: 62%;
}
