/* Captcha related styling */

/*
 * Simple Captcha styles 
 */
#simple_captcha p{color: #aaa; font-family: verdana;}
#simple_captcha p span.alert{color:red;}
#simple_captcha input{border: 1px solid blue;}


/*
 * Brain Buster styling is below
 */
#captcha {
	margin: .5em 0 .5em 0;
	font-size: 13px;
}

#captcha_answer {
	margin-left: .5em;
}

.captcha_failed input {
	border-style: inset;
	border-color: red;
	border-width: 3px;
}

.captcha { 
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 5px;
  color: #000;
  min-width: 100px;
  font-size: 0.9em;
  line-height: 1.1em;
}

.captcha #question { 
  margin-top: 0.5em;
  color: #999;
  font-size: 1em;
  line-height: 1.1em;
}

.captcha div.heading {
  font-weight: bold;
}

.captcha #captcha_answer {
  border: 1px solid #CF8126;
}

div.captcha p {
  font-weight: bold;
  color: #fff;
  margin-top: 0.2em;
}

