.mc_message {
  display: none;
  position: fixed;
  left: 0;
  border: 1px outset #CCCCCC;
  text-align: center;
  z-index: 100;
  padding: 5px;
  width: 100%;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  background-color: #B0B0B0;
}

.mc_warning {
  color: #000000;
  background-color: #FFC;
}

.mc_error {
  color: #FFFFFF;
  background-color: #FF0000;
}

.mc_close {
  position: absolute;
  background: transparent url(images/close_small.png);
  background-repeat: no-repeat;
  top: 5px;
  right: 15px;
  float: right;
  height: 10px;
  width: 10px;
  cursor: pointer;
  z-index: 101;
}

.mc_warning_close {
  background: transparent url(images/close_warning.png);
  background-repeat: no-repeat;
}

.mc_error_close {
  background: transparent url(images/close_error.png);
  background-repeat: no-repeat;
}

