#login {
  margin-top:30px;
}

#id_interior tr {
  line-height: 300%;
  padding: 10px;
}

td.col1 {
  padding-right: 20px;
  text-align: right;
}


td.col2 {
  padding-right: 20px;
}

td.col3 {
  font-weight: bold;
  color: #990000;
}


#id_login_btn {
  width: 60px;
  height: 30px;
  color: blue;
  font-weight: bold;
  cursor: pointer;
}

.errors {
  color: red;
  border:2px solid green;
}

#id_create_acct_btn {
  width: 140px;
  height: 30px;
  color: red;
  cursor: pointer;
  font-weight: bold;
  color: #990000;
}

h4 {
  text-align: left;
  margin-left: 20px;
  margin-top: 50px;
}

#create_account_form {
  border:3px outset green;
  padding: 15px;
}

#create_account_form * {
  font-size: 8pt;
}

#create_account_form p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  text-size: 11pt;
}

h5 {
  float: right;
  margin-right: 20px;
}
#id_interior table {
  margin-left: auto;
  margin-right: auto;
}

