/* for captcha */
div#captcha {
  height: 72px !important;
  width: 100%;
}

div#captcha img {
  border: 0;
  width: auto !important;
}

div#captcha img#captcha_image {
  /*padding-top: 4px;*/
  width: 160px !important;
}

div#captcha label {
  height: inherit;
  line-height: 2em;
}

div#captcha .value {
  /*padding: 0 0.2em;*/
  margin: 0;
  height: inherit;
  /*line-height: inherit;*/
  /*width: 210px !important;*/
}

div#captcha .value input[type=text] {
  width: 160px !important;
}
