div.ImageRemoteFileDialog
{ background-color:white;
  width:30%;
  text-align:center;
  border:solid black 1px;
  position:fixed;
  z-index:152;
}

div.ImageRemoteFileDialogHeader
{ text-align:center;
  width:100%;
  margin:0px auto;
  border-bottom:solid black 1px;
  background-color:rgb(214,234,118);
  padding:10px 0px 10px 0px;
  margin-bottom:15px;
  cursor:move;
}

div.ImageRemoteFileDialogFiles
{ width:100%;
  margin:10px auto;
  border:solid black 1px;
  height:50vh;
  max-height:50vh;
  overflow-y:auto;
}


