.button {
  width: 6em;
}

div.members {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}
div.members p {
  margin: 0px;
}
div.members table.main {
  width: 100%;
  border-collapse: collapse;
}
div.members table.main td {
  padding: 0px;
  vertical-align: top;
}
div.members table.main td.links, div.members table.main td.right {
  padding: 2px 8px;
}
div.members table.main td.links {
  width: 27%;
  border-right: 3px solid lightgrey;
  text-align: right;
}
div.members table.main td.links p {
  margin: 5px 0px 10px 0px;
}
div.members table.main td.links a:link,
div.members table.main td.links a:visited,
div.members table.main td.links a:active {
  color: black;
/*  font-weight: bold;*/
  text-transform: uppercase;
  text-decoration: none;
}
div.members table.main td.links a:hover {
  text-decoration: underline;
}
div.members table.main td.links p img {
  vertical-align: middle;
}
div.members table.main td.links p a.selected {
  background-image: url(../img/calendar/arrow_right.png);
  background-repeat: no-repeat;
  padding-left: 9px;
  background-position: left center;
}
div.members table.main td.right {
  width: 73%;
}
div.members table.main td.right table.login {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-collapse: collapse;
}
div.members table.main td.right table.login td, div.members table.main td.right table.login th {
  padding: 4px;
}
div.members table.main td.right table.login th {
  text-align: left;
  text-transform: uppercase;
}
div.members table.main td.right table.login th.caption {
  text-align: center;
}
div.members table.main td.right table.login td input.go {
  text-transform: uppercase;
}
div.members table.main td.right table.login td p {
  text-align: center;
}
div.members div.selectedCategory p {
  margin-right: 0px;
  left: 0px;
}
div.members div.selectedCategory p.green {
  margin-left: 8px;
}

#list-of-searches, #list-of-searches td, #list-of-searches th {
  border: none;
}
#list-of-searches td, #list-of-searches th {
  padding: 2px;
}
#list-of-searches th {
  text-align: left;
  width: 25%;
}
#list-of-searches td {
  width: 60%;
}
#list-of-searches td.actions {
  width: 15%;
  text-align: center;
}
#list-of-searches td.actions a:link,
#list-of-searches td.actions a:active,
#list-of-searches td.actions a:visited {
  text-decoration: none;
}
#list-of-searches td.actions a:hover {
  text-decoration: underline;
}
#list-of-searches td.separator {
  height: 2px;
  background-color: gray;
}
img.favorite-gif {
  width: 7px;
  height: 7px;
  vertical-align: middle;
  margin-right: 2px;
  border: none;
}

div.members table.form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
div.members table.form th {
  text-align: left;
}
div.members table.form td, div.members table.form th {
}
div.members table.form td span.required, div.members table.form th span.required {
  display: block;
  float: right;
}

div.members img.createnewaccount-png {
  border: none;
  width: 134px;
  height: 20px;
}
div.members img.forgotusernamepassword-png {
  border: none;
  width: 172px;
  height: 21px;
}

div.members h2,
div.members h2 a:link,
div.members h2 a:visited,
div.members h2 a:active {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
