.flash-container {
  position: fixed;
  top: 6px;
  right: 6px;
}
.flash-container .flash-wrapper {
  cursor: pointer;
  width: auto;
  background: #ffffff;
  padding: 10px;
  margin: 0px 0px 10px 0px;
  background: url(/img/flash/20black.png);
  padding: 4px 4px 4px 4px;
  color: #eaeaea;
  float: right;
  clear: both;
}
.flash-container .flash-wrapper .flash {
  position: relative;
  padding: 15px;
  display: block;
  background: url(/img/flash/bg.png) repeat-x #383a3c;
}
.flash-container .flash-wrapper .flash div.icon {
  margin-right: 10px;
  float: left;
}
.flash-container .flash-wrapper .flash.info div.icon {
  height: 17px;
  width: 22px;
  background: url(/img/flash/icon-info.png) center center no-repeat;
}
.flash-container .flash-wrapper .flash.info div.msg { margin-left: 32px; }
.flash-container .flash-wrapper .flash.error div.icon {
  height: 18px;
  width: 18px;
  background: url(/img/flash/icon-error.png) center center no-repeat;
}
.flash-container .flash-wrapper .flash.error div.msg { margin-left: 28px; }
