.form-footer, .main-legend, .main-label{ display: none; }
.req-legend, .opt-legend { font-style: italic; }
.button { cursor: pointer; background: #bbb url('../../../../images/login-button.png') repeat-x top left; border: 0; border: solid 2px #eee; width: 120px; height: 30px; margin: 0.5em 0 0 0.5em ; padding: 0.3em 0 0.5em 0;}
.button:hover { background: url('../../../../images/login-button-on.png') repeat-x top left;  }
.button:active, .button:focus { background: #EEF6FB url('../../../../images/login-button-active.png') repeat-x top left; border: solid 2px #bbb; outline: none; }

.success { background: green; }
.error { background: red; }
.success, .error { color: #fff; text-align: center; padding: 0.5em 0; }