/*
  HUMANIZED MESSAGES 1.0
  idea - http://www.humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages
  home - http://humanmsg.googlecode.com
*/

html, body {
  height: 100%; /* Damn you IE! */
}

.humanMsg {
  font: normal 20px/50px Helvetica, Arial, Sans-Serif;
  letter-spacing: -1px;
  position: fixed;
  top: 130px;
  left: 25%;
  width: 50%;
  color: #444 ;
  border:2px solid #d9d9d9 ;
  background-color: #FFFBE2;
  text-align: center;
  /* display: none; */
  /* opacity: 0; */
  z-index: 100000;
}

.humanMsg .round {
    border-left: solid 2px white;
  border-right: solid 2px white;
    font-size: 1px; height: 2px;
  }

.humanMsg p {
  padding: .3em;
  display: inline;
  }

.humanMsg a {
  display: none;
  }

