.webuploader-container {
	position: relative !important;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px) !important; /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px) !important;
}
.webuploader-pick {
	position: relative !important;
	display: inline-block !important;
	cursor: pointer !important;
	/*background: #00b7ee !important;*/
	/*padding: 10px 15px !important;*/
	color: #fff !important;
	text-align: center !important;
	border-radius: 3px !important;
	overflow: hidden !important;
}
.webuploader-pick-hover {
	/*background: #00a2d4 !important;*/
	/*color: #fff !important;*/
}

.webuploader-pick-disable {
	opacity: 0.6 !important;
	pointer-events:none !important;
}

