input {
  width:3em;
}

#contact input,#contact textarea  {
  border: 1px solid #ccc;
  width: 300px;
  padding: 2px;
  font-size:0.69em;
  padding: 5px;
}
#contact select {
  border: 1px solid #ccc;
  font-size:0.69em;
}
textarea {
  height: 50px;
}

#contact th {
  text-align: left;
  width: 140px;
  font-weight: normal;
  font-size: 0.69em;
  vertical-align: top;
  padding-top: 4px;
}

#contact td {
  padding-bottom: 4px;
}

#contact input.submit {
  width: 140px;
  border:#6b664c solid 0px;
  font-size:0.69em;
}

form {
  margin-top:20px;
}
.newsection-old {
  border-top:30px solid #fff;
  }
.validate {
  color:#FF0000;
  font-size:0.69em;
}
  

select.vacancies-dropdown {
  border: 1px solid #666;
  background: #9DCCEB;
  color: #000;
  border: 1px solid #000;
  padding: 2px;
  width: 400px;
  font-size: 0.69em;
}  

select.vacancies-dropdown option {
  background: #9DCCEB;
  width: 398px;
}

.vacancies {
  height: 20px;
  vertical-align: middle;
}
.vacancies tr td {
  vertical-align: middle;
}

form {
  margin-top: 0px;
  padding-top: 0px;
}

table.listings {
  width: 600px;
}

table.listings th {
  text-align: left;
  font-weight: normal;
  background: #eee;
  color: #000;
  padding: 4px;
  font-size: 0.9em;
}

table.listings tr.alt td {
  background: #9DCCEB;
}

table.listings td {
  font-size: 0.69em;
  background: #B6D9F0;
  text-align: left;
  color: #000;
  padding: 4px;
}

table.listings a {
  color: #000;
}

table.jobdetails {
  font-size: 0.70em;
  width: 200px;
}

table .description {
  padding-right: 20px;
  font-size: 0.70em;
  width: 380px;
  vertical-align: top;
}

table.jobdetails th {
  background: #9DCCEB;
  padding: 5px;
}

table.jobdetails td {
  padding-left: 2px;
}

#submitapp {
  font-size: 0.69em;
}

#submitapp th {
  text-align: left;
  font-weight: normal;
  padding: 4px;
  width: 100px;
}

#submitapp td {
  width: 400px;
  padding: 4px;
}

#submitapp input {
  width: 200px;
  padding: 2px;
  border: 1px solid #666;
}

#submitapp input.submit {
  width: 140px;
}

table.register {
  font-size: 0.71em !important;
}

.register td, .register th {
padding: 8px;
}

.register input {
  width: 100px;
  padding: 2px;
  border: 1px solid #ccc;
}
.register textarea {
  width:300px;
  padding: 2px;
  border: 1px solid #ccc;
}

.register input.radio, .register input.checkbox {
  width: auto;
  border: 0;
}



.register th {
  width: 90px;
  text-align: left;
  font-weight: normal;
}

.additional input {
  width: 276px;
}

.workhistory input {
  width: 336px;
}

.workhistory textarea {
  width: 330px;
}

.workhistory input.short {
  width: 100px;
}

.additional select {
  border: 1px solid #ccc;
  padding: 2px;
  width: 282px;
}

.register input.radio {
  width: 20px;
}

.register select {
  border: 1px solid #ccc;
  padding: 2px;
  width: 282px;
}

.radio th {
  width: 130px;
}

.upload {
  width: 280px;
}

/* specific form field widths */
#address {
  width: 482px;
}

#country {
  width: 276px;
}

#submit {
  width: 150px;
  height: 24px;
  font-size: 13px;
}

#uploadFile {
  width: 250px;
}

form.login .button, form.login .submit {
  font-size: 11px;
  padding: 2px;
  width:auto;
}

form.auth-reset-password .button, form.auth-reset-password .submit {
  font-size: 11px;
  padding: 2px;
  width:auto;
}
form #password_one, form #password_two {
  font-size: 11px;
  padding: 2px;
  width:10em;
}

/* Faxem Email Newsletter Signup Form */

.signup-form {
  color: #fff;
  background-color: #3b516e;
  padding: 2px 10px;
  height: 22px;
}

.signup-form span {
  font-size: 0.69em;
  float: left;
  margin: 0 10px 0 0;
}

.signup-form input {
  width: 100px;
  padding: 0 2px;
}

.signup-form input.submit {
  width: auto;
  background-color: #6e829b;
  cursor: pointer;
  border: none;
  color: #fff;
}

.signup-form input:hover.submit {
  background-color: #39516b;
}