.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick
/*, .btn */{
	width: 76px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	background-color:  #1baede;
	cursor: pointer;
	color: #fff;
	text-align: center;
	/*border-radius: 3px;*/
	font-family: "microsoft yahei";
	border: none;
	/*margin: 0 5px;*/
	float: left;

}
.webuploader-pick-hover {
	background: #189cc7;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

.uploader{
	background-color: #e7e7e7;
	/*margin: 10px;*/
}

.file_wrap{
	position: fixed;
	right: 10px;
	bottom: 10px;
	border: 1px solid #ccc;
	width: 440px;
	height: 200px;
    overflow: scroll;
    display: none;
}
.file_wrap h3{
	background-color: #006dcc;
	height: 50px;
	line-height: 50px;
	margin: 0;
	color: #fff;
	padding: 0 10px;
	vertical-align: top;
}
.file_wrap h3 img{
	float: right;
}

#thelist .item{
  height: 40px;
  line-height: 40px;
  background-color: #a6d0f8;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
  margin-bottom: 2px;
  position: relative;
}
#thelist .item h4{
	font-weight: normal;
	width: 220px;
	float: left;
	margin: 0 10px;
	font-size: 12px;
	color: #556a7d;
}
#thelist .item span{
	padding: 0 20px;
	font-size: 12px;
	color: #556a7d;
}
#thelist .item img{
	position: absolute;
	right: 10px;
	top: 6px;
}

#thelist .item p{
	font-size: 14px;
	display: inline;
	font-size: 12px;
	color: #556a7d;
}
.progress{
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}
.progress-bar{
	height: 40px;
	width: 100%;
	background-color: red;
}