input.editField {
  width: 100%; 
}
input.checkbox {
  height: 1em;
}
input.dateEditField {
  width: 100%;
}
input.fileEditField {
  width: 100%; 
}
input.invisible {
  width: 0px;
  height: 0px;
  border : 0px;	
}
a.fileDeleteButton {
  display    : block;
  width      : 16px;
  height     : 16px;
  background : url(../img/common/icons/delete.png) no-repeat;
}
a.pdflink {
  display    : block;
  width      : 16px;
  height     : 16px;
  background : url(../img/common/icons/pdf_icon_small.png) no-repeat;
}
table.inputTable {
  width: 100%;
}
table.inputTable td {
  padding: 0;
  margin: 0;
}
td.inputFieldLeft {
  width: 7px; 
  background: url(../img/input/inputlinks.png) no-repeat; 
}
td.inputFieldRight {
  width: 7px; 
  background: url(../img/input/inputrechts.png) no-repeat; 
}

