#ajaxMessageDiv {
  position         : fixed;
  top              : 100px;
  left             : 25%;
  max-width        : 800px;
  max-height       : 500px;
  overflow         : auto;
  z-index          : 999;
  border           : 1px solid black;
  padding          : 5px;
  opacity          : 0.9;
  background-color : #f5c13a;
}
#ajaxMessageDiv input {
  margin : 10px 0 15px 50%;
}

