/* BOFHnet rjs@biuro.net.pl */

div.sfModalAlert {
  padding: .7em;
  overflow: auto;
}

div.sfModalAlert span.ui-icon {
  display: inline-block;
  float: left;
  margin-top: 0.3em;
}

div.sfModalAlert div.alertContent {
  margin-left: 2em;
  margin-top: 0.35em;
}

div.sfModalAlert div.alertContent ul li,
div.sfModalAlert div.alertContent p {
  padding: 0 0 0.7em 0
}
#sfOverlay {
  z-index: 1000;
  cursor: wait;
}

#sfOverlayInfo {
  position: absolute;
  padding: 1em;
  background-image: url('../portal/images/layout/loaderBg.gif');
  background-repeat: repeat;
  z-index: 1001;
  cursor: wait;
}
