@charset "utf-8";

.rf {clear:both; padding-top:15px; }


input, textarea, .captchawrapper table { 
  margin-bottom:4px;
  width:200px;
  border:1px solid #aaaaaa;
  margin:2px 0px 5px 0px;
}

textarea {

  width:400px;
  max-width:600px;
  min-width:400px;

}


.captchawrapper table { 
  width:202px;
}

.captchawrapper label { 
  width:auto;
  display:inline;
  float:none;
}

div.checkbox_set { display:inline-block;  }


.intro_msg { margin-bottom:5px; }


.field_error_border {  }
.field_error_border input, .field_error_border textarea  { border:1px solid #FF0000;  }
.field_error { display:none; }

label { width: 60px; display:block; float:left;  }

.error { width:190px; }




.submit input {

background-color: rgb(88, 88, 88);
border-bottom: 1px solid rgb(51, 51, 51);
border-left: 1px solid rgb(136, 136, 136);
border-right: 1px solid rgb(51, 51, 51);
border-top: 1px solid rgb(136, 136, 136);
color: white;
font-size: 11px;
width:75px;
padding:3px;


}



