#upload{
    /*font-family:'PT Sans Narrow', sans-serif; */  
    width:450px; 
    border-radius:3px;
}

#drop{
	text-align: left;   
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
	background-color:rgba(179,179,179,1);	
	-webkit-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1); 	
	height:36px;	
}



#drop a{
	background: rgba(49,75,129,1);
    padding:8px 26px;
    color:#eaeae8;
    font-size:18px;
    cursor:pointer;
    display:inline-block;
    margin-top:0px;
	margin-bottom:0px;
	display:inline-block;
	cursor:pointer;
    line-height:1;
	text-shadow: 0px -1px 0px #0172bd;
	border: solid #000 1px;
	border-bottom: solid #00428d 1px;	
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

#drop a:hover{
    background-color:rgba(49,75,129,1);
	text-shadow: 0px -1px 0px #111;
	border: solid #000 1px;
	font-size: 17px;
}

#drop input{
    display:none;	
}


#upload ul{
    list-style:none;
	margin:0;
	padding:0;		 
}

#upload ul li{
	background-color:rgba(179,179,179,1);
	-webkit-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	margin:0;
	padding:0;
	margin-top:8px;	    
    padding-left:5px;
	padding-bottom:5px;
    height: 35px;
	width:445px;
    position: relative;	
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
	padding-left:0;
    left: 50px;
	margin:0;
	padding:0;	
}

#upload ul li i{
	margin:0;
	padding:0;	
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 8px;
    left: 10px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../images/icons.png') no-repeat;
    position: absolute;
    top: 14px;
    right: 23px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

#lista {
    text-align: left;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;	
}

#lista ul{
    list-style:none;
	margin:0;
	padding:0;        
}

#lista ul li{
	background-color:rgba(179,179,179,1);
    -webkit-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	box-shadow: 0px 1px 0px #fff, 0px -1px 0px rgba(0,0,0,.1);
	margin:0;
	padding:0;	
	margin-top:8px;    
    padding-left:5px;
	padding-bottom:5px;
    height: 35px;
	width:445px;
	overflow:hidden;
    position: relative;	
}
#lista ul li a{
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
	padding-top:10px;   
    left: 10px;
}

#lista ul li a:hover{
     font-size: 13px;
	 color: #009;   
}

#lista ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#lista ul li .delete{
    position: absolute;    
    cursor:pointer;
}

.file_delete {
	margin-left:415px;
}

@media (min-width: 600px)  {
	#upload{width:450px;}
	#upload ul{width:445px;}
	#upload ul li{width:445px;}	
	#upload ul li p{width:350px;}
	#lista ul li{width:445px;}
	#lista ul li a{width:300px;}
	.file_delete {margin-left:415px;}
}

@media (max-width: 599px) {	
	#upload{width:280px;}
	#upload ul{width:275px;}
	#upload ul li{width:275px;}	
	#upload ul li p{width:180px;}
	#lista ul li{width:275px;}
	#lista ul li a{width:180px;}
	.file_delete {margin-left:245px;}
}