div.iHTMLDialogInit
{ position:absolute;
  top:-5000px;
  left:0px;
  background-color:white;
  min-width:30%;
  text-align:center;
  border:solid black 1px;
}

div.iHTMLDialog
{ background-color:#EEEEFF;
  min-width:30%;
  text-align:center;
  border:solid black 1px;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:150;
}

div.iHTMLDialogEmbed
{ background-color:white;
  width:100%;
  text-align:center;
  border:solid black 1px;
}

div.iHTMLDialogHeader
{ text-align:center;
  margin:0px auto;
  font-size:75%;
  border-bottom:solid black 1px;
  background-color:rgb(214,234,118);
  padding:2px 0px 2px 0px;
  cursor:move;
}

div.iHTMLDialogButtonBar
{ height:25px;
  margin:0px auto;
  background: linear-gradient(#ECECFF 50%, #D1D1FF 100%);
  text-align:center;
  border:solid #0000FF 1px;
  font-size:85%;
  padding-top:5px;
}

button.iHTMLDialogButton,
input.iHTMLDialogButton
{ background-color:White;
  font-size:90%;
  border-radius:4px;
}

div.iHTMLDialogDragBar
{ background-color:rgb(214,234,118);
  margin:0px auto;
}

div.iHTMLDialogLowerMoveResizer
{ cursor:move;
  background-color:rgb(214,234,118);
  display:inline-block;
  min-height:16px;
  width:calc(100% - 16px);
}

img.iHTMLDialogResizer
{ margin: 0px;
  padding:0px;
  width:16px;
  background-color:rgb(214,234,118);
  cursor:nwse-resize;
}

div.iHTMLDialogLowerMove
{ cursor:move;
  background-color:rgb(214,234,118);
  min-height:16px;
  margin:0px auto;
}


