#ajaxMessageDiv {
  position   : fixed;
  top        : 100px;
  left       : 100px;
  max-width  : 800px;
  max-height : 500px;
  overflow   : auto;
  background : #ccc;
  z-index    : 999;
  border     : 1px solid black;
  padding    : 5px;
  opacity    : 0.9;
}

#ajaxMessageDiv input {
  margin : 10px auto 10px 290px;
}

