div#divAccountCreated {
  display: none;
}

table#accountInfo {
  width: 450px;
  text-align: center;
  margin: 20px 10px 10px 10px;
  border: #b1b7d3 1px solid;
  background-color: #f5f7f7;
}

table#personalInfo {
  width: 450px;
  text-align: center;
  margin: 20px 10px 10px 10px;
  border: #b1b7d3 1px solid;
  background-color: #f5f7f7;
}

table#accountInfo td, table#personalInfo td {
  padding: 5px;
}

div#country {
  display: block;
}

#trNation {
  display: none;
}

#trRegion {
  display: none;
}

#trCountyOrDistrict {
  display: none;
}

input#regionInput {
  display: none;
}

span#postalCodeCanada {
  display: none;
  font-size: 0.8em;
}

span#postalCodeUS {
  display: none;
  font-size: 0.8em;
}

fieldset {
  width: 450px;
  border: 1px solid #b1b7d3;
}

legend.title {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  background-color: #b1b7d3;
}