/*------------------------------------------------------------------
*/
#contacts #success,
#contacts #error {
  display: none;
}
#contacts #success span,
#contacts #erro span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index:999999999999999;
}

#error p{color: #ff0000;
    font-family: "Lucida Console";
    font-size: 19px;
   left: 0;
   text-align: center;
   width: 100%;
   position:absolute;
   top:85%;
   }

#success p{color: #0aab0a;
    font-family: "Lucida Console";
    font-size: 19px;
    left: 0;
   text-align: center;
   width: 100%;
   position:absolute;
   top:84%;
   
}



