@charset "utf-8";
/* CSS Document */
.uploadfile{
	width:0;
	}
.filelist li{
	list-style-type:none;
	margin-top:30px;
	}
.filelist{
	padding:0;
	}
.uploadfilebtn{
	background-color: #00b7ee;
	width: 200px;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	}
	.uploadfilebtn:hover{
		background-color: #00abde;
		color: #fff;
	}
	.uploadbtn,.delfilebtn{

	}
.filename,.progressnum,.delfilebtn,.uploadbtn{
	font-size:12px;
	color:#666;
	margin-left:10px;
	}
.progress{
	 display:inline-block; 
	 width:600px; 
	 height:10px; 
	 background-color:white;
	 border-radius:20px;
	 border:2px groove #666;
	 vertical-align:middle;
	 padding:0 2px;
	 }
.progressbar{
	width:0;
	height:9px;
	border-radius:20px;
	background:url(images/jdt.png) repeat-x center; 
}

ul li:hover{
	box-shadow: 0;
}