/* Style fuer Fehler und Warnmeldungen und Hinweismeldungen */
.inputerror {border-color: #a32424;}
.errormeld, .formerror {color: #a32424;margin-bottom: 10px;}
.formsuccess {color: #35a324;margin-bottom: 10px;}

/* Verwendet bei Benutzerprofil - Passwort aendern */
.errorMessage { clear: both; font-weight: bold; color: #F00000; margin-top: 10px; }
.successMessage { clear: both; font-weight: bold; color: #008800; margin-top: 10px; }
.hintMessage { font-weight: bold; color: #ff8000;}

input[type="submit"]:disabled { background: lightgrey; cursor: not-allowed; }
input[type="submit"]:disabled:hover { background: lightgrey; cursor: not-allowed; }

fieldset.fs-changepw li {border-bottom: none;}
fieldset.fs-changepw ol li {list-style: none;}
