#upload,
.uploadForm{
	display:none;
}

#uploadWrap{
	padding: 0 0 ;
	margin:0 auto 0;
}

.drop{
	border: 4px dashed #cfcfcf;
	padding: 20px 50px;
	
	text-align: center;
	text-transform: uppercase;
	
	font-size:16px;
	font-weight:bold;
	color:#7f858a;
}
/*
.drop a{
	background-color:#007a96;
	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:#0986a3;
}
*/
.drop input{
	display:none;
}

.listDrop{
	list-style:none;
	margin:0 0;
	padding:0;
	box-sizing: content-box;
	/*border-top:1px solid #2b2e31;
	border-bottom:1px solid #3d4043;*/
}

.listDrop li{
	box-sizing: content-box;
	background-color:#333639;
	
	background-image:-webkit-linear-gradient(top, #333639, #303335);
	background-image:-moz-linear-gradient(top, #333639, #303335);
	background-image:linear-gradient(top, #333639, #303335);
	
	border-top:1px solid #3d4043;
	border-bottom:1px solid #2b2e31;
	padding:15px;
	height: 52px;
	
	position: relative;
}

.listDrop li input{
	display: none;
}

.listDrop li p{
	width: 144px;
	overflow: hidden;
	white-space: nowrap;
	color: #EEE;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 100px;
}

.listDrop li i{
	font-weight: normal;
	font-style:normal;
	color:#7f7f7f;
	display:block;
}

.listDrop li canvas{
	top: 15px;
	left: 32px;
	position: absolute;
}

.listDrop li span{
	width: 15px;
	height: 12px;
	background: url('upload/icons.png') no-repeat;
	position: absolute;
	top: 34px;
	right: 33px;
	cursor:pointer;
}
/*
.listDrop li.working span{
height: 16px;
background-position: 0 -12px;
}
*/
.listDrop li span{
	height: 16px;
	background-position: 0 -12px;
}
.listDrop li.error p{
	color:red;
}