#captcha {
	margin: .5em 0 .5em 0;
	font-size: 13px;
}

#brain_buster_captcha {
	display: inline-block;
	width: 350px;
	vertical-align: top;
}

#brain_buster_captcha input {
  width: 100px !important;
}

#captcha_answer {
  margin-top: 6px;
}

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

div#error {
  background-color: #eeb4b4;
  font-weight: bold;
  color: #000;
  padding: 5px;
  width: 390px;
  border: 1px solid #802a2a;
  margin-bottom: 11px;
}
