/*******************************************************************************
* This stylesheet is designed to work with the captcha mark-up and JavaScript
* found in the following files:
*    1) captcha.jsp
*    2) captcha.js
*******************************************************************************/

#captcha_main {
  padding:5px;
  width:225px;
  background-color:#039;
}

#captcha_challenge {
  background-color:#fff;
}

#captcha_challenge img {
  display:block;
}

/* IE6 hack to hide nested <embed> used for audio plug-in. */
* html object.ie_hidden {
  display:none;
}

#captcha_response {
  float:left;
  margin-top:5px;
  width:185px;
  padding:5px;
  background-color:#ccc;
  font:8pt verdana, arial, sans-serif;
  color:#000;
  text-align:left;
}

#captcha_response p {
  margin:0;
}

#captcha_response input {
  margin-top:3px;
}

#captcha_options {
  float:left;
  margin-top:5px;
  margin-left:5px;
  width:25px;
  background-color:#9cf;
}

#captcha_options img {
  display:block;
  border:none;
}

#captcha_options a {
  display:block;
  margin:1px 4px;
}

#captcha_options a:hover {
  background-color:#39f;
}

/* IE hack so that Nifty Corners will work with "display:none" style. */
#captcha_help_outer {
  display:none;
}

/* This inner <div> is styled with Nifty Corners. */
#captcha_help_inner {
  margin-top:5px;
  padding:5px 10px 5px 10px;
  background-color:#fff8dc;
  font:8pt verdana, arial, sans-serif;
  text-align:left;
}

#captcha_help_inner p {
  margin:0;
}

#captcha_help_inner ul {
  margin:5px 0 0 15px;
  padding:0;
}

#captcha_help_inner a {
  display:block;
  text-align:right;
}