#messages,
#console {
  margin: 0 !important;
  padding: 0 !important;  
}
#messages-box {
  /*  left: 0;*/
  /*  margin: 0 !important;*/
  padding: 0 !important;
  /*  position: fixed;
    _position: absolute;*/
  /*  top: 0;*/
  width: 100%;
/*  z-index: 1000;*/
  /*------------------------*/
  position: relative !important;
  float: left;
}

div.messages {
  -moz-animation: animate-bg 5s linear infinite;
  -moz-background-size: 40px 40px;
  -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  -webkit-animation: animate-bg 5s linear infinite;
  -webkit-background-size: 40px 40px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  background-size: 40px 40px;
  background-image: none;
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  background-repeat: repeat;
  border: 1px solid;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
  color: #FFF;
  margin: 10px 0 !important;
  padding: 0 !important;  
  /*  text-shadow: 0 1px 0 rgba(0,0,0,.5);*/
  width: 100%;
  color: #404040;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div.messages .context {
  padding: 10px 20px;
}
div.message p {
  margin: 0;
}

div.error {
  /*  background-color: #DE4343;
    border-color: #C43D3D;*/
  background-color: #FDDFDE;
  border-color: #FBC7C6;
}
div.info {
  background-color: #4EA5CD;
  border-color: #3B8EB5;
}
div.status {
  /*  background-color: #61B832;
    border-color: #55A12C;*/
  /*-------------------------*/
  background-color: #D1EED1;
  border-color: #BFE7BF;
}
div.warning {
  /*  background-color: #EAAF51;
    border-color: #D99A36;*/
  background-color: #FDF5D9;
  border-color: #FCEEC1;
}

@-moz-keyframes animate-bg {
  from {
  background-position: 0 0;
}
to {
  background-position: -80px 0;
}
}
@-webkit-keyframes animate-bg {
  from {
  background-position: 0 0;
}
to {
  background-position: -80px 0;
}
}
div.messages a.close {
  font-weight: bold;
  color: #404040;
  float: right;
  line-height: 18px;
  font-family: Arial, sans-serif;
  margin-top: 1px;
  font-size: 20px;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
div.messages a.close:hover {
  color: black;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}