.webuploader-container {
	position: relative;
    /*new*/
    display: inline-block;
    vertical-align: middle;
    line-height: 1; 
    z-index: 100;
}
/*new*/
.webuploader-container label {
   line-height: 1; 
   margin-bottom: 0;
}
.webuploader-container .progress {    
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background: #f00;
    overflow: hidden;
    opacity: 0.6;
    margin-bottom: 0px;
    border-radius: 0px;
}

.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;
	cursor: pointer;
	background: #00b7ee;
	padding: 9px 15px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

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

