Source of modalBox.css

#modalCanvas { 
  position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
  background-color: rgb(255,255,255);
  opacity: 0.8; filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; 
  z-index: 5000;
}
 
.modalDialog {
  position: absolute; width: 40em; left: 40%; top: 40%; background-color: rgb(255,255,255);
  border-width: 3px; border-style: outset; z-index: 10000;
}
 
.errorDialog { background-color: #FFDB8E !important; }
 
.modalDialog .modalIcon { float: left; padding: 0 1em 1em 10px; }
 
.modalDialog .modalCaption {
  margin: 0 0 1em 0; background-color: rgb(0,85,229); padding: 0.3em 0.5em; color: rgb(255,255,255); font-weight: bold;
}
 
.modalDialog .modalText {
  margin: 0 0.5em 1em 0.5em; 
}
 
#modalContent { float: left; padding: 0 1em 1em 2em; width: 30em; }
 
#modalDialog #modalButtons {
  margin-bottom: 1em; clear: left; width: 100%
}
 
#modalDialog #modalButtons .modalButton { 
  float: left; width: 4em; text-align: center;
  padding: 0.1em 2em; margin: 0 0.5em; 
  border-width: 2px; border-style: outset; 
  background-color: rgb(243,243,243); }
 
.modalButton a { text-decoration: none; font-weight: bold; color: rgb(0,0,0) }