@charset "utf-8";


form { margin:0px; }

input.other_comment {
  display:none;
}

.hint { color:#777777; }

.required-star { color:#cc2222; font-weight:bold; font-size:1.3em; }

.error {
  padding:5px;
  border:#cc2222 solid 1px;
  color:#aa2222;
}

.top-error {
  margin-bottom:10px;
}

.thankyou {
  padding:5px;
  font-weight:bold;
}

.field_error_border input, .field_error_border textarea  {
  background-image:url(images/error_bg.png);
  background-position:right top;
  background-repeat:no-repeat;
}

.field_error {
  font-weight:bold;
  color:#cc2222;
  margin:3px;
}

.captchawrapper input { 
  width:50px;
}
.captchawrapper label { 
  display:inline;
  color:#110011;
}

.submit { clear:both; }
.submit input { width:auto; }

input { background-color:#ffffff; }
