
.fileupload-buttonbar
{
    /*width:310px;*/
    border: 1px solid #D4D4D4;
    height: 21px;
}

.fileupload-buttonbar .ui-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  /*border: solid transparent;*/
  /*border-width: 0 0 100px 200px;*/
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  /*-moz-transform: translate(-300px, 0) scale(4);*/
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

.fileinput-button {
  overflow: hidden;
  /*margin-left: 273px;*/
}

/* Fix for IE 6: */
*html .fileinput-button {
  padding: 2px 0;
}

/* Fix for IE 7: */
*+html .fileinput-button {
  padding: 2px 0;
}

.fileupload-buttonbar {
  
}

.fileupload-buttonbar .ui-button {
  vertical-align: middle;
}

.fileupload-content {
  border: 0;
  margin-top:-27px;
}


.fileupload-content .ui-progressbar {
  width: 200px;
  margin-top:-19px;
}

.fileupload-content .ui-progressbar-value {
  background: url(pbar-ani.gif);
}

.fileupload-content .fileupload-progressbar {
 /* width: 210px;
  height:18px;*/
}

.files {
  border-collapse: collapse;
  /*height:18px;*/
  margin-top:6px;
  margin-left:3px;
}

.files td {
}

.files img {
  border: none;
}

.files .name 
{
  font-size:10px;
  /*width: 150px;*/
  width:40%;
}

.files .hiddenname
{
  font-size:10px;
  width: 150px;
  display:none;
}

.files .size {
  text-align: right;
  white-space: nowrap;
  font-size:10px;
  /*width: 150px;*/
  width:40%;
}

.files .delete {
    font-size:6px;
    text-align: right;
    padding-right: 6px;
}

.ui-state-disabled .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui-state-disabled input {
  cursor: default;
}

.fileinput-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary
{
    border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.fileupload-img-document-def
{
    background-image: url(images/icodef.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    vertical-align:middle;
    cursor:pointer;
}

.fileupload-img-document-appendOff
{
    background-image: url(images/appendDocOff.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    vertical-align:middle;
    cursor:pointer;
}

.fileupload-img-document-appendOn
{
    background-image: url(images/appendDocOn.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    vertical-align:middle;
    cursor:pointer;
}

.fileupload-img-document-openScanner
{
    background-image: url(images/scanner.png);
    background-repeat:no-repeat;
    width:24px;
    height:24px;
    vertical-align:middle;
    cursor:pointer;
}