@charset "utf-8";

/* this file contains styles used
   only on the public contact page */
   
div#rpr-pg-contact {
  padding: 10px 0px 60px 0px;
}

div#rpr-pg-contact p.instructions {
  margin: 20px 0px 0px 0px;
}

div#rpr-pg-contact table.rpr-form p.rpr-form-error.below-input {
  margin: 0px;
  padding: 2px 0px 0px 1px;
}

div#rpr-pg-contact table.rpr-form input.first_name { width: 100px; }
div#rpr-pg-contact table.rpr-form input.last_name { width: 120px; }
div#rpr-pg-contact table.rpr-form input.email { width: 180px; }
div#rpr-pg-contact table.rpr-form input.emailc { width: 180px; }
div#rpr-pg-contact table.rpr-form input.phone { width: 110px; }
div#rpr-pg-contact table.rpr-form input.skype_username { width: 200px; }
div#rpr-pg-contact table.rpr-form textarea.message { width: 420px; height: 120px; }

div#rpr-pg-contact table.rpr-form.message {
  margin: 20px 0px 0px 0px;
}

div#rpr-pg-contact div.send-button {
  padding: 20px 0px 0px 0px;
}