/* 
    Document   : mouseinfobox
    Created on : 19 août 2011, 21:19:53
    Author     : Ravenz
    Description:
        Purpose of the stylesheet follows.
*/

.infoBox {
  position: absolute;
  z-index: 111;
}

.infoBox > div {
  background: #fff;
  color: #666;
  font-size: 0.9em;
  border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 10px;
}


