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

}

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

}

#aiConfirmNotification
{
  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;

}

#aiConfirmMessage
{
  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;
}


#aiConfirmButtonWrap
{
  text-align:center;
}

.AiConfirmButton
{
  background: #999;
  cursor: pointer;
  line-height: 2;
  text-align: center;
  width: 5em;
  border: 0.2em solid black;
  font-size: 150%;
  display: inline-block;
  margin-left: -0.15em;
  margin-right: -0.15em;
  text-transform: uppercase;
}

#aiConfirmYes
{
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}

#aiConfirmNo
{
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}