/* ---------- FORMULAR SEITENEMPFEHLUNG ----------  */ 

#seitenempfehlungForm {
  margin: 10px 0 0 0;
  padding: 0;
}

#seitenempfehlungForm label {
  float: left;
  width: 16em;
  margin: 0 0 5px 0;
}

#seitenempfehlungForm input {
  margin-bottom: 5px;
  width: 14em;
  letter-spacing: 0;
  color: #000000;
} 

#seitenempfehlungForm textarea {
  margin: 0 0 5px 0;
  width: 29.6em;
  height: 15em;
  color: #000000;
   
}
 
#seitenempfehlungForm select {
  margin-bottom: 5px;
  color: #000000;
}

.error {
  color: #C00;
  font-weight: bold;
}

#userbar .inner form { margin-left: -7px; }
