.webuploader-container {
	position: relative;
}
.wu-example{
	width:40px;
	float:left;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	width:35px;
	height:20px;
	text-indent:3px  !important;;
	line-height:20px;
	top:2px;
	cursor: pointer;
	background: #888;
	padding: 0px 0px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
