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

.infoBox {
  position: absolute;
}

.infoBox > div {
  background: #ec6842;
  color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}

.infoboxoff > div {
  background: #dcdddd!important;
}
