﻿@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:block; 
     -webkit-box-sizing:border-box;
     box-sizing:border-box;
	 height:10px; 
	 background-color:white;
	 border-radius:20px;
	 border:1px solid #ccc;
	 vertical-align:middle;
	 padding:0 2px;
     margin:0 10px;
	 }
.progressbar{
	width:0;
	height:9px;
	border-radius:20px;
	background:url(../Images/jdt.png) repeat-x center; 
	}
