.notify-wrapper {
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  text-align: center;
  position: fixed;
  margin-top: 7px;
  z-index: 1001;
}

.site4sync .notify-wrapper {
  margin-top: 12px;
}

.notify {
  border-radius: 5px;
  box-shadow: 0 3px 4px rgba(0,0,0,0.2);
  padding: 5px 15px 7px;
  font-size: 12px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #404447;
  text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.notify.server-error {
  background-color: #ffc0c0;
  border: 1px solid #d79f9f;
}

.notify.server-info,
.notify.server-timer{
  background-color: #cef5b7;
  border: 1px solid #accda2;
}

.notify.server-warn {
  background-color: #fff5c6;
  border: 1px solid #dfcc99;
}

.notify-msg {

}

.notify-close {
  background: url("/images/indexPage/sprite1.png?3525893067") no-repeat -70px -1726px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 -3px 5px;
  cursor: pointer;
}