/* Captcha CSS */

.right {
  text-align: right;
  float: right;
}

/* Captcha Code */
.captchacode {
  display: inline-block;
  width:300px;
  background:#850400;
  text-align: left;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #d5d5d5;
  padding:8px;
  margin-bottom:5px;
  line-height: 2em;
  color:#000;
}
.captcha {
  background:#FFDC73;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin:5px;
  padding:5px 5px;
}
.icon-captcha {
  line-height:76px;
  font-size:50px;
  vertical-align: bottom;
  margin-left:20px;
}
.captchacode img {
  height: 90px;
  width: 97%;
  margin:0px 5px;
  border:1px solid #000;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
