﻿.blockMsg {
  display: inline-block;
  background-color: #333 !important;
  color: #f5f5f5 !important;
  padding: 20px !important;
  border-radius: 4px !important;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #888 !important;
  /* needed for IE */

  filter: alpha(opacity=100);
  z-index: 2000;
}