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

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

div.iDialogHeader
{ 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.iDialogButtonBar
{ 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.iDialogButton,
input.iDialogButton
{ background-color:White;
  font-size:90%;
  border-radius:4px;
}

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

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