div.fieldWithErrors {
    border: 2px;
    border-style: solid;
    border-color: red;
}

div#notice {
    width: 100%;
    background-color: #de90ba;
}

body {
  font-family: 'Trebuchet MS', 'Lucida Grande',
    Verdana, Lucida, Geneva, Helvetica,
    Arial, sans-serif;
}

div.login {
  width: 400px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

table.login {

}

table.login th {
  background-color: #90bade;
  color: black;
}

table.login td.remember {
  text-align: center;
}

table.login td.login {
  text-align: center;
}


div#notice {
  color: green;
}

div#error {
  color: red;
}

