  #simple_captcha{ margin: 20px; float:left; clear:both;}
  #simple_captcha,
  #simple_captcha div{display: table;}
  #simple_captcha .simple_captcha_field,
  #simple_captcha .simple_captcha_image{
    border: 1px solid #ccc;
    margin: 0px 0px 2px 0px ;
    padding: 0px ;
	float: left;
	clear: both;
  }
  #simple_captcha .simple_captcha_image img{
    margin: 0px;
    padding: 0px;
    width: 110px;
  }
  #simple_captcha .simple_captcha_label{font-size: 12px; float:left; clear:both;}
  #simple_captcha .simple_captcha_field input{
    width: 150px;
    font-size: 16px;
	margin: 0px;
    border: none;
  }
  
div#error {
	color: red;
	clear: both;
	margin-bottom: 10px;
}

div#info{
	color: green;
	clear: both;
	margin-bottom: 10px;
}
