label {
  width:10em;
  float:left;
}


textarea{
  width:350px;
  height:200px;
}

div.captcha {
  margin: 5px 0 5px 107px;
  padding: 3px;
  overflow: hidden;
}
div.captcha div.image {
  width: 110px;
  float: left;
}
div.captcha div.image img {
  border: 1px solid #aaa;
}
div.captcha div.inputfield {
  float: left;
  width: 350px;
}
label#captchalabel {
  width: 276px ;
}
