@charset "utf-8";
/* CSS Document */
.uploadify-button{
	display:inline-block;
	margin-top:12px;
	border:1px solid #808080;
	background-color: #3d89cc;
	line-height:24px;
	border-radius:12px;
	padding:0 18px;
    font-size:12px;
    font-weight: 600;
    font-family: '微软雅黑';
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
}
.uploadify-button:hover{
	/*background-color: #888;*/
}
.uploadfile{
	width:0;
	}
.uploadify-queue .uploadify-queue-item{
	list-style-type:none;
	/*margin-top:10px;*/
	background-color: #f0f1f1;
	overflow: hidden;
	float: left;
    width: 100%;
	}
.uploadbtn{
	display:inline-block;
	border:1px solid #999;
	line-height:24px;
	border-radius:4px;
	padding:0 18px;
    font-size:12px;
	color:#666;
	cursor:pointer;
	/*background:url(images/btnbg.png) repeat-x 0 0;*/
	text-decoration:none;
	}
.delfilebtn{
	width: 15%;
	display: block;
	float: right;
	border:none;
	color: #3d89cc;
	font-size: 16px;

}
.progressnum,.delfilebtn.up_percent{
	font-size:12px;
	color:#666;
	margin-left:10px;
	}
.up_filename{
	width: 85%;
	display: block;
	float: left;
	font-size: 16px;
}
.uploadbtn{
	width: 15%;
	display: block;
	float: right;
}
.uploadify-progress{
	 display:inline-block; 
	 width:600px; 
	 height:10px; 
	 background-color:white;
	 border-radius:20px;
	 border:2px groove #666;
	 vertical-align:middle;
	 padding:0;
	 }
.uploadify-progress-bar{
	width:0;
	height:100%;
	border-radius:20px;
	background-color: #0099FF;
	}
