.details table {
  width: 100%;
  color: #1a3b80;
}
.details th { 
  font-weight: bold;
  padding: 2px;
  width: 150px;
  color: #1a3b80;
}
.details td {
  padding: 2px 0;
}
.details input,
.details select,
.details textarea {
  padding: 2px;
  color: #1a3b80;
}
.details tbody input,
.details tbody select,
.details tbody textarea {
  width: 180px;
}
.details tbody .checkbox {
  width: auto;
}
.details tfoot td {
  padding-top: 7px;
  /*text-align: right;*/
}
.details .error_list {
  display: inline;
  color: #ff0000;
}
.details .error_list li {
  display: inline;
}
.details td .phonePrefix {
  width: 40px;
}
.details td .phoneNumber {
  width: 100px;
}
#traveller_email_format, #traveller_country_id {
  padding: 3px;
}
#traveller_email_address, #traveller_email_label{
  padding: 7px 2px;
}
.details td textarea#article_article,
.details td textarea#article_about_the_author,
.details td input#article_suggested_title {
  padding: 2px;
  width: 420px;
}
.details td textarea#article_article {
  height: 280px;
}
.details td textarea#article_about_the_author {
  height: 70px;
}
.details td input#user_profile_hp_newsletter,
.details td input#user_profile_travel_newsletter,
.details td input#user_profile_3rd_party_newsletter {
  width: 15px;
}

