/* LOGIN FORM -------------------------------------------------------------- */

.login_title {
  display: none;
}

.login_fieldset {
  margin: 20px 0px 0px 90px;
  width: 290px;
  padding: 20px;
}
.login_fieldset label {
  text-align: right;
  width: 70px;
  float: left;
  display: block;

  font-size: 12px;
  background-color: #F3F3F3;
  padding: 5px;
  border: solid 1px #DCDCDC;
  border-top-color: white;
  border-bottom-width: 2px;
  color: #484848;
  text-align: left;
}
.login_fieldset .text {
  font-size: 12px;
  margin: 4px;
  height: 20px;
  width: 150px;
}
.login_fieldset .button {
  font-size: 12px;
  margin: 4px;
  height: 20px;
  background-color: #666699;
  color: white;
  border: 0px;
  font-weight: bold;
}

/* PROFILE ----------------------------------------------------------------- */

.notice {
  border: solid 1px black;
  padding: 5px;
  margin: 5px 0px;
  background-color: #293EA9;
  color: white;
}
.error {
  border: solid 1px black;
  padding: 5px;
  margin: 5px 0px;
  background-color: black;
  color: yellow;
}

div.logout {
  text-align: right;
  margin-right: 10px;
}
div.logout a {
  font-weight: bold;
}
.profile h2 {
  margin: 10px 0px;
}
.profile .button {
  font-size: 12px;
  height: 20px;
  background-color: #666699;
  color: white;
  border: 0px;
  font-weight: bold;
}
.profile td {
  font-size: 12px;
}
.profile th {
  font-size: 12px;
  background-color: #F3F3F3;
  padding: 5px;
  border: solid 1px #DCDCDC;
  border-top-color: white;
  border-bottom-width: 2px;
  color: #484848;
  text-align: left;
}
.profile .text,
.profile textarea {
  width: 300px;
}
.profile .name {
  width: 110px;
}
.profile .vin {
  width: 80px;
}
.profile .year {
  width: 45px;
}
.profile .description {
  width: 250px;
}
#submitted {
  font-weight: bold;
  font-size: 110%;
}

/* MEMBER DATABASE --------------------------------------------------------- */

.listMembers {
  border-collapse: collapse;
}
.chances .listMembers {
  margin: 10px 0 20px;
}
.listMembers td {
  border: solid 1px #F2F2F2;
  padding: 5px;
  font-size: 12px;
}
.listMembers th {
  white-space: nowrap;
  font-size: 12px;
  background-color: #F3F3F3;
  padding: 5px;
  border: solid 1px #DCDCDC;
  border-top-color: white;
  border-bottom-width: 2px;
  color: #484848;
  text-align: left;
}
.listMembers .odd td {
  background-color: #F2F2F2;
  border-color: white;
}
#signpost {
  text-align: center;
  margin: 5px 0px 15px 0px;
}
