@charset "utf-8";
/* CSS Document */
.uploadfile{
	width:0;
	}
.filelist li{
	list-style-type:none;
	margin-top:10px;
	}
.filelist{
	padding:0;
	}
.uploadbtn,.delfilebtn,.uploadfilebtn{
	display:inline-block;
	border:1px solid #999;
	line-height:24px;
	border-radius:2px;
	padding:0 18px;
    font-size:12px;
	color:#666;
	cursor:pointer;
	background:url(images/btnbg.png) repeat-x 0 0;
	text-decoration:none;
	}
.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; 
	}
