@CHARSET "ISO-8859-1";

#login_error,#recuperar_error,#registro_error {
  background: #b22222;
  margin-bottom: 10px;
  padding: 3px;
  text-align: center;
}

#loginPanel {
  background: #333;
	color: white;
  width: 177px;
}

#loginPanel input {
  width: 100%;
}

#loginPanel a {
	color: white;
  font-size: 10px;
  margin-left: 5px;
}

#loginPanel input,#registroPanel input,#registroPanel select {
  border: 1px solid #F1F1F1;
  display: block;
  margin-bottom: 8px;
}

#loginPanel fieldset.botones button,#registroPanel fieldset.botones button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0px;
}

#login_boton,#recuperar_boton,#registro_boton {
  font-weight: bold;
}