.webuploader-container {
	position: relative;
}
.wu-example{
	background-color: #fff;
	border: 4px dashed #A5A5C7;
	width: 100%;
	text-align: center;
}
.wu-example .wu-tips{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #868e96;
}
.wu-example .btns{
	margin: 40px auto;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	font-size: 14px;
	width: 220px;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	position: relative;
	display: inline-block;
	text-indent:-3px  !important;;
	top:2px;
	cursor: pointer;
	background-color: #1E9FFF;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
