@charset "utf-8";
/* CSS Document */
a.uploadify-button{
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
font-family: Verdana, Arial, sans-serif; font-size:14px; height:42px; border-radius:none; line-height:30px; padding-left:20px; padding-right:20px;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
white-space: nowrap;
padding: 3px 12px;
min-width: 100px;
color: #ffffff;
background-color: #838383; background: #838383;text-decoration:none;
}
a.uploadify-button:hover{
	background-color: #1262a9; text-decoration:none; color:#FFF
}
a.uploadify-button:visited {
	text-decoration:none; color:#FFF
  }

.uploadfile{
	width:0;
	}
.uploadify-queue .uploadify-queue-item{
	list-style-type:none;
	margin-top:10px;
	}
.uploadbtn,.delfilebtn{
	display:inline-block;
	line-height:24px;
	padding:0 18px;
    font-size:12px;
	color:#666; background:url(delete.png) no-repeat 5px 8px;
	text-decoration:none; text-indent:-999;
	}
	
	a.delfilebtn{
	display:inline-block;
	line-height:24px;
	padding:0 18px;
    font-size:12px;
	color:#666; background:url(delete.png) no-repeat 5px 8px;
	text-decoration:none; text-indent:-999;
	}
	a.delfilebtn:hover{text-decoration:none; color:#FFF
	}
.uploadbtn{
	display: none;/*默认不显示上传按钮，非自动上传时用js控制显示*/
}
.disabledbtn{

}
.up_filename,.progressnum,.delfilebtn,.uploadbtn,.up_percent{
	font-size:12px;
	color:#666;
	margin-left:10px;
	}
.uploadify-progress{
	 display: inline-block; 
	 width:30%; 
	 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;
	}
	a.delfilebtn2{
	display:inline-block;
	line-height:24px;
	padding:0 18px;
    font-size:12px;
	color:#666; background:url(delete.png) no-repeat 5px 8px;
	text-decoration:none; text-indent:-999;
	}
	a.delfilebtn2:hover{text-decoration:none; color:#FFF
	}

.listtype{ list-style: disc; margin:0px; padding-left:15px; }
.listtype a.up_filename{ color:#4b91d1; text-decoration:underline}