.webuploader-container {
	position: relative;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    position: relative;
    border: 1px solid #999;
    text-decoration: none;
    float:left;
    font-size:16px;
    color:#333333;
    margin:10px 0 0 20px;
}
.webuploader-pick img{ float:left; margin:6px 5px 0 0}

.webuploader-pick-hover {
	background: #fff;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
.progress{
    height:20px;
    margin-bottom:20px;
    overflow:hidden;
    background-color:#f5f5f5;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar{
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    line-height:20px;
    color:#fff;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width
}
