#flashMessage {
  font-family:Arial,Helvetica,sans-serif;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  z-index:105;
  text-align:center;
  font-weight:bold;
  font-size:100%;
  padding:10px 0px 10px 0px;    
}

#flashMessage span {
    text-align: center;
    width: 95%;
    float:left;
}

.close-message {
    white-space: nowrap;
    float:right;
    margin-right:10px;
    
    text-decoration:none;
    
    padding-left:3px;
    padding-right:3px
}

.close-message a {
    color: #fff;
}

.flash-notify{
  background-color: #E2F9E3;
  border:3px green solid;
  color: green;
}

.flash-error {
  background-color: #FF6565;
  border:4px red solid;
  color: white;
}

.flash-error a{
  color: red;
}

.close-notify{
  color:green;    
  border:2px green solid;
}

.close-error{
  color:red ;    
  border:2px red solid;
}
