.system-message{
  position: absolute;
    top: 0;
    left: 270px;
    text-align: center;
    width: 700px;
    padding: 5px;
    margin: 4px;
    background-color: black;
    color: white;
    font-size: 12px;
    font-style: italic;
    z-index: 50;
    -webkit-border-radius:7px; -moz-border-radius:7px; -khtml-border-radius:7px; border-radius:7px;
}

.system-message .messagebody {
    display: none;
}

.system-message-header {
  text-align: center;
  /* border: 1px solid black; */
  font-weight: bold;
}

.system-message-header.system-message-info{
  /* background: url(../images/info_warning_msg.png) no-repeat;
  color: white;
  padding-left: 20px;
  background-color: #4AA02C; */
}

.system-message-header.system-message-warn{
  /* background: url(../images/info_warning_msg.png) no-repeat;
  background-color: #FFFF66; */
}

.system-message-header.system-message-error{
  /* background: url(../images/error_msg.png) no-repeat;
  color: white;
  background-color: #E77471; */
}