div.iMessageBoxDialog
{ background-color:white;
  width:35%;
  text-align:center;
  border:solid Blue 4px;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:155;
}

div.iMessageBoxHeader
{ text-align:center;
  width:100%;
  margin:0px auto;
  border-bottom:solid black 1px;
  background-color:rgb(214,234,118);
  padding:10px 0px 10px 0px;
  cursor:move;
}

div.iMessageBoxMessage
{ text-align:center;
  width:100%;
  margin:0px auto;
  background-color:White;
  border: solid Black 1px;
  padding:10px 0px 10px 0px;
}

div.iMessageBoxInput
{ text-align:center;
  width:80%;
  margin:0px auto;
  background-color:White;
  border: solid Black 1px;
  padding:10px 0px 10px 0px;
}

div.iMessageBoxButtonBar
{ text-align:center;
  height:25px;
  background: linear-gradient(#ECECFF 50%, #D1D1FF 100%);
  vertical-align:middle;
}

input.iMessageBoxButton
{ font-size:90%;
}

img.iMessageBoxThrobber
{ width:100%;
}

