a.l_edit_button,a.l_edit_button:active,a.l_edit_button:hover,a.l_edit_button:visited {
  color: ButtonFace;
  text-decoration: none;
  cursor: pointer;
}


span.l_edit_combobutton {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  white-space: nowrap;
  padding: 4px 4px 4px 21px;
  background-repeat: no-repeat;
  background-color: ButtonFace;
  background-position: 4px 0px;
}

span.l_edit_norm {
  display: block;
  border: 1px solid ButtonFace;
}

span.l_edit_over {
  display: block;
  border-top: 1px solid ButtonHighlight;
  border-left: 1px solid ButtonHighlight;
  border-bottom: 1px solid ButtonShadow;
  border-right: 1px solid ButtonShadow;
}

span.l_edit_push {
  display: block;
  border-top: 1px solid ButtonShadow;
  border-left: 1px solid ButtonShadow;
  border-bottom: 1px solid ButtonHighlight;
  border-right: 1px solid ButtonHighlight;
}

span.l_edit_disabled {
  display: block;
  border: 1px solid ButtonFace;
  color: ButtonShadow;
}


div.l_edit_norm {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
}

div.l_edit_over {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: InfoBackground;
  border-top: 1px dotted ThreedDarkShadow;
  border-bottom: 1px dotted ThreedDarkShadow;
}


span.l_edit_bt {
  position: absolute;
  background-color: ButtonFace;
}


td.l_edit {
  line-height: 12px;
}


form.l_edit_nomargin {
  display: none;
}