#dropSheet
{
  background-color/**/: #000000;
  background-image: url(../images/dots.gif);
  background-image/**/: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.customDialog
{
  width: 470px;
  height: 500px;
  padding-bottom: 12px;
  background: #FFF url(../images/dialog_body.gif) 0 100% no-repeat;
  border: 8px solid #CCC;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  z-index: 1000;
  overflow: auto;
}

.customDialog h1
{
  position: relative;
  top: 0px;
  margin: 0;
  border-bottom: 1px solid #001932;
  padding: 5px 8px;
  font-size: 120%;
  background-color: #920600;
  color: #FFF;
  text-align: left;
}

.customDialog p
{
  min-height: 30px;
  margin: 0 0 12px 0;
  padding: 4px 15px;

  text-align: justify;
}

* html .customDialog p
{
  height: 35px;
}

.customDialog input
{
  margin: 5px;
  border: 3px double #FFFFFF;
  border-right-color: #7F7F7F;
  border-bottom-color: #7F7F7F;
  padding:  6px;
  background-color: #BBBCBC;
  background-image: url(../images/dialog_button.gif);
  background-repeat: repeat-x;
}
