#magnet-form{
  clear: both;
}

#magnet table{ 
  width: 100%;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: separate;
}

#magnet label{
  background: #e49500;
  color: white;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  display: block;
  line-height: 28px;
  margin: 0px 4px 0px 0px;
}

#magnet th{
  height: 22px;
  width: 90px;
  padding: 0px;
  margin-top: -8px;
}

#magnet tr{
    margin-top: -8px;
}

#magnet input[type=text]{
  height: 22px;
  width: 100%;
  margin: 0px 0px 0px -3px;
}

#magnet input[type=submit]{
  height: 36px;
  border: 0px;
  background: #e49500;
  margin: 1px -21px 0px 0px;
  float: right;
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}