#incentive-search-form {
    background: url('/images/incentive_shopcouple.png') no-repeat 550px bottom;
    padding-bottom: 20px;
    margin-bottom: -10px;
}
#incentivetable {
  font-size: 11px;
  width: 100%;
  border-collapse: collapse;
  }
#incentivetable th {
  width: 20%;
  }
#incentivetable th#incentive_h {
  width: 40%
  }
#incentivetable td {
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  padding: 4px;
  }
#incentivetable td.brand-logo {
    width: 1%;
}
#incentivetable td.expires_h {
  text-align: center;
  }
#incentivetable tr.odd {
  background-color: #f9f9f9;
  }
#incentivetable tr.even {
  }
#incentivetable tr.incentive td.card_brand_h {
  width: 20%;
}
#incentivetable tr.incentive td.card_brand_h div {
}
#incentivetable tr.incentive td div.headline {
  padding: 0;
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
#incentivetable tr.incentive td div.headline a {
  color: #444;
}
#incentive-search-form label {
  display: block;
  margin: 10px;
  font-weight: bold;
  }
#incentive-search-form label span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: right;
    width: 80px;
}
#incentive-search-form label input.keywords {
  width: 200px;
  }
#incentive-search-form input#submitbutton {
  }
#incentive-search-form label.search {
    display: inline;
    margin-right: 3px;
}

