#dropSheet
{
  background-color/**/: #000000;
  background-image: url(./Parts/Copyright_dots.gif);
  background-image/**/: none;
  opacity: 0.5;
	z-index: 5000; 
	filter: alpha(opacity=50);
}

.customDialog
{
	width: 500px;
	padding-bottom: 12px;
	background-image: url(./Parts/Copyright_body.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	/* font-size: 100%; */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	 z-index: 5001;
}

.customDialog h1
{
  position: relative;
  top: -10px;
  margin: 0;
  border-bottom: 1px solid #001932;
  padding: 5px 8px;
  font-size: 120%;
  background-image: url(./Parts/Copyright_heading.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: center;
}

.customDialog p
{
  min-height: 35px;
  margin: 0 0 15px 0;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 50px;
  background-image: url(./Parts/Copyright_icon.gif);
  background-repeat: no-repeat;
  background-position: 234px 3px;
  text-align: justify;
}

* html .customDialog p
{
  height: 35px;
}

.customDialog input
{
  margin: 0 5px;
  border: 3px double #FFFFFF;
  border-right-color: #7F7F7F;
  border-bottom-color: #7F7F7F;
  padding: 0 5px;
  background-color: #BBBCBC;
  background-image: url(./Parts/Copyright_button.gif);
  background-repeat: repeat-x;
}

/* HACK - Fix for IE Win z-index problem with SELECTION show-through, next 2 definitions */
/* Moved to WNP_css.css */