#ajaxInfo 
  {
    position: fixed; 
    width: 200px; 
    margin-left: -100px; 
    left: 50%; 
    top:50%; 
    background-color: #ffecd9;
    border: 1px solid #d0d0d0; 
    padding: 10px; 
    text-align: center;
    display: none;
  }
