.roarinfo-body,
.roarerror-body,
.roarmsg-body {
  position: absolute;
  font: 12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  text-align: left;
  z-index: 205;
}
.roarinfo,
.roarerror,
.roarmsg {
  position: absolute;
  width: 300px;
  cursor: pointer;
}
.roarinfo-bg,
.roarerror-bg,
.roarmsg-bg {
  position: absolute;
  z-index: 205;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 3px 3px 15px #B2B2B2;
  box-shadow: 3px 3px 15px #B2B2B2;
}
.roarinfo-bg {
  background-color: #2ea125;
  text-shadow: 1px 1px #1b6116;
}
.roarerror-bg {
  background-color: #da0000;
}
.roarmsg-bg {
  background-color: #0108a4;
}
.roarinfo-body-ugly .roarinfo,
.roarerror-body-ugly .roarerror,
.roarmsg-body-ugly .roarmsg {
  background-color: #333;
}
.roarinfo-body-ugly .roarinfo-bg,
.roarerror-body-ugly .roarerror-bg,
.roarmsg-body-ugly .roarmsg-bg {
  display: none;
}
.roarinfo h6,
.roarerror h6,
.roarmsg h6 {
  position: relative;
  padding: 15px 10px 10px;
  margin: 0;
  border: 0;
  font-size: 13px;
  color: #fff;
  z-index: 206;
}
.roarinfo p,
.roarerror p,
.roarmsg p {
  position: relative;
  padding: 0px 10px 15px;
  margin: 0;
  font-size: 12px;
  color: #fff;
  z-index: 206;
}
.not {
  margin: 5px;
  z-index: 204;
  float: left;
  position: relative;
}
/*# sourceMappingURL=roar.css.map */