.title h3{
  margin-bottom: 20px;
}

#column2 .scriptingbean{
  float: left;
  vertical-align: top;
}

#rebate_listing{
  width: 235px;
  float: right
}

#ie7only #column2 .scriptingbean,
#ie7only #rebate_listing{
  display: inline;
  zoom: 1;
}

#rebate_listing .rebates{
  padding: 20px;
  padding-top: 0;
  border: 2px solid #00A5D0;
  max-height: 600px;
  overflow: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#rebate_listing .rebate{
  margin: 5px 0;
}

#rebate_listing .search_container{
  margin-top: 20px;
  margin-bottom: 2px;
}

#rebate_listing h2{
  font-size: 1.7em;
}

#rebate_listing h3{
  margin-top: 20px;
}

#rebate_listing a{
  display: block;
  line-height: 18px;
}

#rebate_listing a.last{
  margin-bottom: 20px;
}

.add_rebate{
  float: left;
  width: 500px;
  margin-top: 20px;
}