body {
  background-color:#e8e8e8;
  position: relative;
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande", sans-serif;
  font-weight: 300;
  font-size:medium;
  color: #373737;
}

table {
  border-collapse: collapse;
  width:100%;
}

table, th, td {
  border-style:none;
}

td {
  vertical-align: top;
  text-align: left;
  font-size: 20px;
}

input[type=text] {
  font-size: 15px;
}

.accountError {
  color:red;
}