.webuploader-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	opacity: 0;
}

.webuploader-pick {
	position: absolute;
	display: block;
	cursor: pointer;
	background: #00b7ee;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events: none;
}
#ctlBtn{
	display: none;
}
#uploader{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
}
