#flashbox {
  letter-spacing: 0.5px;
  position: absolute;
  top: 15px;
  right: 30px; }
  #flashbox .flash {
    width: 500px;
    border: 1px solid #000;
    background: #fff;
    font-family: Trebuchet MS, Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px; }
  #flashbox .flash.notice {
    background: #e4ffcf;
    border: 1px dashed #b5dc10; }
  #flashbox .flash.error {
    background: #ffeeee;
    border: 1px dashed #f00; }
