@charset "utf-8";
.wu-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 15px 0;
    background-color: #fafafa;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
}
.uploader-list {
    width: 100%;
    overflow: hidden;
}
.wu-example:after {
    content:"秀客压缩文件上传";
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#picker {
    display: inline-block;
    line-height: 1.428571429;
    vertical-align: middle;
    margin: 0 12px 0 0;
}
#picker .webuploader-pick {
    padding: 6px 12px;
    display: block;
}
#ctlBtn{
	width: 88px;
    height: 34px;
	}

