#dropSheet
{
  background-color/**/: #CCE4C5;
  background-image/**/: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.customDialog
{
  width: 500px;
  padding-bottom: 12px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  font-size: 80%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.customDialog h1
{
  position: relative;
  top: -10px;
  margin: 0;
  border-bottom: 1px solid #001932;
  padding: 5px 8px;
  font-size: 120%;
  color: #990000;
  text-align: left;
}

.customDialog p
{
  min-height: 25px;
  margin: 0 0 5px 0;
  padding-right: 8px;
  padding-left: 50px;
  text-align: center;
}

* html .customDialog p
{
  height: 25px;
}

.customDialog img
{
  min-height: 480px;
}

* html .customDialog img
{
  height: 480px;
}

.customDialog input
{
  margin: 0 5px;
  border: 3px double #FFFFFF;
  border-right-color: #7F7F7F;
  border-bottom-color: #7F7F7F;
  padding: 0 5px;
}