div#flash_wrapper {
  width:100%; position:absolute; top:0px; left:0px; z-index:10; height:auto; margin:0px; text-align:center;
}

#flash_notice, #flash_alert {
  margin: -5px auto 0px;
  padding:13px 10px 13px 50px;
  border: solid 1px;
  width: 960px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url(/images/custom/images/logo.png);
  background-size: 100px auto;
}

#flash_alert {
  background-color: #efefef;
  border: 2px solid #333;
  font: 13px Century gothic;
  border-radius: 5px;
}

#flash_notice {
  background-color: #efefef;
  border: 2px solid #333;
  font: 13px Century gothic;
  border-radius: 5px;
}
