#captcha {
  width: 100px;
}
#contact_form {
  margin: 20px 0 10px 0;
  width: 461px;
  overflow: visible;
  white-space: nowrap;
}
#contact_form img.captcha_image {
  vertical-align: middle;
}
a.captcha_refresh em {
  height: 32px;
  width: 32px;
  margin: 0 10px 2px 10px;
  cursor: pointer;
  background: url(/images/ta_reload.png);
}
