#prefsform {
  background-color: rgb(0,0,0);
  margin-left: 110px;
  padding: 5px;
}

#prefsform hr {
  margin: 0 0 5px 0;
  padding: 0;
}

#prefsform pre {
  display: inline;
  font-family: sans-serif;
}

#prefsform .heading {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#prefsform .description {
  font-size: 8pt;
  margin: 0 10px 5px 10px;
}

#prefsform .error {
  color: rgb(255,1,1);
  font-size: 8pt;
  margin: 0 10px 5px 10px;
}

#prefsform .prefrow {
  font-size: 12pt;
  margin: 0 10px 20px 10px;
}

#prefsform input {
  border: 0;
  background-color: rgb(180,180,180);
}

#prefsform select {
  border: 0;
  background-color: rgb(180,180,180);
}

#prefsform textarea {
  border: 0;
  background-color: rgb(180,180,180);
}

#prefsform #passform {
  float: left;
  width: 250px;
  text-align: center;
}

#prefsform #userform {
  border-left: 1px solid rgb(85,85,85);
  margin-left: 250px;
}

#prefsform #sexbox {
  float: right;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: rgb(85,85,85);
  width: 250px;
  text-align: center;
}

#prefsform #locationbox { margin-right: 250px; }

#prefsform #websitebox { margin-right: 250px; }

#prefsform #buttons {
  margin: 15px;
}

#prefsform .buttons a {
  border: 1px solid rgb(85,85,85);
  margin: 8px;
  padding: 2px 4px;
  font-size: 8pt;
  text-decoration: none;
}

#prefsform .buttons a:hover {
  background-color: rgb(188,188,188);
  color: rgb(0,0,0);
}

#prefsform .buttons a:active {
  background-color: rgb(222,222,222);
  color: rgb(0,0,0);
}

#prefsform .forenter { display: none; }
