/* Invoice Details Entry Form */
.inactive-scaffold-header div.actions a.new,
.inactive-scaffold-header div.actions a.new_existing {
font: bold 14px arial;
letter-spacing: -1px;
text-decoration: none;
padding: 1px 2px;
padding-left: 19px;
white-space: nowrap;
margin-left: 5px;
background-position: 1px 50%;
background-repeat: no-repeat;
background-image: url(../../../images/active_scaffold/default/add.gif);
	float: right;
}

.inactive-scaffold-header div.delete a.delete {
  display: block;
  width: 0px;
  height: 16px;
  padding-left: 16px;
  background: url('../../images/record_select/cross.gif') no-repeat 0 0;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}

