/**
 * @file
 * Try to compensate for IE lameness.
 */

/* IE9 forward fields overlap container */
#forward-form {
  width: 350px;
}
#forward-form .form-item input {
  width: 320px;
}

/* On IE9, the auto complete throbber is misaligned */
html.js input.form-autocomplete {
  background-position: 100% 8px;
}
html.js input.throbbing {
  background-position: 100% -12px; /* LTR */
}

/* IE8 needs help with selector choices */
.bef-checkboxes .form-item {
  display: inline;
}
#highlighted .region {
  position: relative;
}

/* IE7 misplaces cutting pop-up */
.pop {
  margin-left: 200px;
}