#columns.account {
  background-image: none;
}

#columns.account #column123 {
  background-color: #FFF;
  width: 1205px;
}

.dividerBar {
  font-size: 20px;
  margin-bottom: 10px;
}

.accountInfoForm {
  margin-bottom: 20px;
}

.input input {
  width: 200px;
}

.accountInfoForm td {
  padding: 0px 10px 10px 0px;
}

#loginSubmit {
  margin-top: 15px;
}

.welcome {
  margin-bottom: 15px;
}

.data table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0px 15px 0px;
}

.data table th {
  text-align: left;
  padding: 2px 5px 2px 0px;
}

.data table td {
  border-top: 1px dashed #000;
  padding: 5px 5px 5px 0px;
}

.errorlist {
  color: #f00;
  list-style-type: none;
  display: inline;
}

.errorlist li {
  display: inline;
}
