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

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


