.webuploader-container {
	position: relative;
	height:34px;
}

.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: url(upload.png) no-repeat 5px 0px;
    color: #555;
    text-align: left;
    overflow: hidden;
    width: 130px;
    height: 34px;
    line-height: 32px;
    padding-left: 40px;
    border: 1px solid #C9C9C9;
}

.webuploader-pick-hover {
	background-color: rgb(50,164,247,0.1);
	border-color: rgb(50,164,247,0.5);
	color:rgb(50,164,247,1);
}

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

.webuploader-input{
	float: left;
    height: 34px;
    line-height: 32px;
    width: calc(100% - 130px);
    border: 1px solid #C9C9C9;
    border-right: 0;
}

.webuploader-input input{
	border: none !important;
    width: 100% !important;
    height: 32px !important;
    display: block !important;
    padding-left: 5px;
}