#aiAlertContainer
{
  position: relative;
  width: 40em;
  background: #5c9ec8;
  height: 20em;
  margin: 10% auto;
  border: 0.3em solid #000;
  border-radius: 0.5em;
  
}

#aiAlertTitleLine
{
  border: 0.2em solid;
  width: 90%;
  z-index: 0;
  margin: 7% auto;
  
}

#aiAlertNotification
{
  display: block;
  padding: 0.5em;
  font-size: 130%;
  font-weight: 900;
  border: 0.1em solid;
  width: 10em;
  text-align: center;
  background-color: #5c9ec8;
  z-index: 2;
  margin-top: -11%;
  margin-left:auto;
  margin-right:auto;
  border-radius: 0.3em;
  text-transform: uppercase;

}

#aiAlertMessage
{
  height: 40%;
  width: 90%;
  margin: 4% auto;
  overflow: auto;
  font-size:140%;
}

.MessageLeft
{
   text-indent:1.5em;
}

.MessageCenter
{
  text-align: center;
  line-height: 5.5em;
}


#aiAlertClose
{
  width: 5em;
  border: 0.2em solid black;
  font-size: 150%;
  border-radius: 0.3em;
  line-height: 2;
  text-align: center;
  margin: 0 auto;
  background: #999;
  cursor: pointer;
}