#flashbox {
  letter-spacing: 0.5px;
  position: absolute;
  top: 30px;
  right: 30px; }
  #flashbox .flash {
    background: #fff;
    border: 3px solid white; }
    #flashbox .flash .flash_content {
      position: relative;
      width: 350px;
      min-height: 30px;
      font-size: 12pt;
      font-weight: bold;
      font-family: Trebuchet MS, Verdana, sans-serif;
      padding: 10px 25px 10px 55px; }
      #flashbox .flash .flash_content .flash_close {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px; }
    #flashbox .flash .error {
      background: #ce1d25 url('/images/exclamation_error.gif') no-repeat 5px 5px;
      border: 3px solid #8a1319;
      color: #fff; }
      #flashbox .flash .error .flash_close {
        background: url('/images/close_error.gif'); }
    #flashbox .flash .warning {
      background: #ecf3aa url('/images/exclamation_warning.gif') no-repeat 5px 5px;
      border: 3px solid #c5cb8e; }
      #flashbox .flash .warning .flash_close {
        background: url('/images/close_warning.gif'); }
    #flashbox .flash .notice {
      background: #acf3ba url('/images/exclamation_info.gif') no-repeat 5px 5px;
      border: 3px solid #7cb39a; }
      #flashbox .flash .notice .flash_close {
        background: url('/images/close_info.gif'); }
