.cq-notify-image{
  margin: 0;
  padding: 0;
}
.cq-notify-image.floatnone{
  float: none;
}

.cq-notify-image.floatleft{
  float: left;
  margin-right: 8px;
}

.cq-notify-image.floatright{
  float: right;
  margin-left: 8px;
  margin-right: 8px;
}

.cq-notify-closebutton{
  display: inline-block;
  background: url(../img/notification_close.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
}

.cq-scroll-notification {
  position: fixed;
  z-index: 100001;
  color: #333;
  background: rgba(0,0,0,0.5);
  width: auto;
  padding: 10px 10px 10px 10px;
  line-height: 160%;
  font-size: 12px;
  text-align: left;
  -webkit-box-shadow: 0 0 16px #666;
  -moz-box-shadow: 0 0 16px #666;
  box-shadow: 0 0 16px #666;
}


.cq-scroll-notification.topAll{
  top: 0px;
  left: 0px;
  width: 99%;
}
.cq-scroll-notification.bottomAll{
  bottom: 0px;
  left: 0px;
  width: 99%;
}
.cq-scroll-notification.topLeft{
  top: 20px;
  left: 20px;
}
.cq-scroll-notification.topRight{
  top: 20px;
  right: 20px;
}
.cq-scroll-notification.bottomLeft{
  bottom: 20px;
  left: 20px;
}
.cq-scroll-notification.bottomRight{
  bottom: 20px;
  right: 20px;
}



