@charset "utf-8";
/* CSS Document */
.uploadify-button{
	width: 80%;
	display:block;
	margin:7px auto;
	border:1px solid #0093f9;
	background-color: #0076c8;
	line-height:30px;
	border-radius:12px;
	padding:0 18px;
    font-size:14px;
    font-weight: 600;
    font-family: '微软雅黑';
	color:#FFF;
	text-align: center;
	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:5px;
	}
.uploadbtn,.delfilebtn{
	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;
	}
.up_filename,.progressnum,.delfilebtn,.uploadbtn,.up_percent{
	font-size:12px;
	color:#666;
	margin-left:10px;
	}
.uploadify-progress{
	 display:inline-block; 
	 width:99%; 
	 height:10px; 
	 background-color:white;
	 border-radius:20px;
	 border:2px groove #666;
	 vertical-align:middle;
	 padding:0;
	 margin: 1px auto;
	 }
.uploadify-progress-bar{
	width:0;
	height:100%;
	border-radius:20px;
	background-color: #0099FF;
	}
