@charset "utf-8";
/* CSS Document */
.huploadify-button{
	display:inline-block;
	margin:1px;
	border:1px solid #808080;
	background-color: #707070;
	/* line-height:24px; */
	border-radius:12px;
	/* padding:0 18px; */
    font-size:11px;
    font-weight: 600;
    font-family: '微软雅黑';
	color:#FFF;
	cursor:pointer;
	text-decoration:none;
	width:70px;
	height:22px;
	text-align: center;
}
.huploadify-button:hover{
	background-color: #A8A8A8;
	color:#FFF;
	text-decoration:none;
}
.uploadfile{
	width:0;
	}
.huploadify-queue .huploadify-queue-item{
	list-style-type:none;
	margin-top:10px;
	}
.huploadbtn,.hdelfilebtn{
	display:inline-block;
	border:1px solid #999;
	line-height:24px;
	border-radius:4px;
	padding:0 18px;
    font-size:12px;
	color:#666;
	cursor:pointer;
	text-decoration:none;
	}
.hup_filename,.hprogressnum,.hdelfilebtn,.huploadbtn,.hup_percent{
	font-size:12px;
	color:#666;
	margin-left:10px;
	}
.huploadify-progress{
	 /* display:inline-block; 
	 width:600px; 
	 height:10px; 
	 background-color:white;
	 border-radius:20px;
	 border:2px groove #666;
	 vertical-align:middle;
	 padding:0; */
	 background-color: #E5E5E5;
     margin-top: 10px;
     width: 90%;
	 }
.huploadify-progress-bar{
	/* width:0;
	height:100%;
	border-radius:20px;
	background-color: #0099FF; */
	background-color: #0099FF;
    height: 3px;
    width: 1px;
	}
.hupload_delete{
    background: url(img/uploadify-cancel.png) 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
    text-decoration: none;
}