
#edit-mollom-captcha {
  display: block;
}

/* Help themes to properly display Mollom's log messages. */
.dblog-event pre,
#simpletest-result-form table td pre {
  white-space: pre-wrap;
}

/* Forces the form behavior analysis tracking image to take less space. */
img.mollom-fba {
  display: block;
  width: 1px;
  height: 1px;
}

/* Allow CAPTCHA rendering to take full form width. */
.form-item-mollom-captcha label[for="edit-mollom-captcha"] {
    float: none;
}

/* Accessibilty focus helper for audio CAPTCHA. */
.mollom_captcha_flash_player:focus{
    border: yellow 2px solid;
}
