.module {
  width: 480px;
}

form div {
  margin-bottom: 8px;
}

label {
  float: left;
  text-align: right;
  font-weight: bold;
  width: 120px;
  margin-right: 6px;
}

#firstName,#lastName,#shipAddress,#billAddress {
  width: 256px;
}

#shipCity,#billCity {
  width: 112px;
}

#shipState,#billState {
  width: 40px;
}

#shipZip,#billZip {
  width: 80px;
}
