div.login input.username {
  font-size: 12px; }
  div.login input.username:hover {
    border-color: #5AC5F2; }

div.login input.password {
  font-size: 12px; }
  div.login input.password:hover {
    border-color: #5AC5F2; }

div.login input.authenticationKey {
  font-size: 12px; }
  div.login input.authenticationKey:hover {
    border-color: #5AC5F2; }

.logon button.defaultButton:hover {
  background-color: #C9E8FC;
  color: #333; }

.logon button.defaultButton:focus {
  background-color: #C9E8FC;
  color: #333; }

.logon button.formButton:hover {
  background-color: #C9E8FC;
  color: #333; }

.logon button.formButton:focus {
  background-color: #C9E8FC;
  color: #333; }

.logon button.logonPageButton {
  color: white;
  height: 25px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #00ABFF;
  border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px;
  background: #00ABFF; }
  .logon button.logonPageButton:hover {
    background: #00ABFF; }

.logon .formButton {
  margin-left: 10px; }

.logon .formLine {
  text-align: right;
  padding-right: 6px;
  padding-left: 5px; }

div.logonPopupWarning button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
  background-color: #C9E8FC;
  color: #333; }
  div.logonPopupWarning button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover span {
    background-color: #C9E8FC;
    color: #333; }

div.logonPopupWarning button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:focus {
  background-color: #C9E8FC;
  color: #333; }
  div.logonPopupWarning button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:focus span {
    background-color: #C9E8FC;
    color: #333; }

div.unsupportedBroswer {
  color: red;
  font-size: 12px;
  font-weight: bold;
  padding: 10px; }

button.ui-icon-triangle-1-s {
  margin-top: 10px; }

/*# sourceMappingURL=logon.css.map */