@CHARSET "ISO-8859-1";
.xModalDialogGreyElement {
  position: absolute;
  overflow: hidden;
  width: 10px; height: 10px;
  left: -10px; top: -10px;
  z-index: 100;
  opacity: .3; /* CSS3 */
  filter: alpha(opacity=30);
  background-color: #000;
}
.xModalPictureDiv{ position: absolute;
  left: -5000px; /* Dialogs are hidden by placing them "off-screen". */
  
  padding: 1em;
  color: black;
  
  background-color: #FFF;
  border: 1px solid black;
  z-index: 101; /* This must be at least one more than the z-index of xModalDialogGreyElement. */
  font-size:smaller;}
  
.xModalPictureDiv p{font-size:5em; color:black;}

.clsModalDialog {
  position: absolute;
  left: -5000px; /* Dialogs are hidden by placing them "off-screen". */
  
  padding: 1em;
  color: #BF8660;
  background-color: #FFF;
  border: 2px solid #BF8660;
  z-index: 101; /* This must be at least one more than the z-index of xModalDialogGreyElement. */
  font-size:smaller;
}

#dlgwait {
  position: absolute;
  left: -5000px; /* Dialogs are hidden by placing them "off-screen". */
  text-align:center;
  padding: 1em;
  color: black;
  background-color: #FFF;
  border: 1px solid black;
  z-index: 101; /* This must be at least one more than the z-index of xModalDialogGreyElement. */
  font-size:smaller;
}




.clsModalDialog h4 {
  margin:0;
  text-align:center;
}

.clsModalDialog .btnsFS {
  text-align:center;
}

.clsModalDialog .btnsFS input {
  margin:0 4px;
}

.clsModalDialog fieldset {
  margin:1em 0 0 0;
}

#idConfirmDialog {
  width: 300px;
  z-index: 103; /* This must be at least two more than the z-index of clsModalDialog. */
}

.demoBtn {
  cursor:pointer;
  border-bottom:1px dotted #000;
}

#closeBtn{
  cursor:pointer;
  border:1px dotted #000;
  text-decoration:underline;
  Background-color:black;
  color:white;
  
}


