webuploader.css 564 Bytes
.webuploader-container {
    position: relative;
   /* margin-bottom: 1em;*/
    z-index: 99;
    text-align: center;
    top: 0px;
    left: 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;
  width: 80px;
  height: 30px;
  line-height: 30px;
  /*color: #333;*/
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  padding: 0px;
  /*border: 1px solid #ccc;*/
}