.flashmsg_err {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: red;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
  position: fixed;
  top: 66px;
}
.flashmsg_ok {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #86b931;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
  position: fixed;
  top: 66px;
}