.fmsg {
  background: #555;
  color: #ddd;
  font-family: Garamond, serif;
  font-size: 18px;
  text-align: left;
  padding: 10px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 17px;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer; 
  text-indent: -1000em;
 }