.greyOut
{
  position: absolute; 
  left: 0; top: 0; 
  background: #000; 
  width: 100%; 
  height: 100%; 
  margin: 0px; 
  opacity: 0.5; 
  filter:alpha(opacity=50);
  display: none;
}

.dotMailerPopup
{
  background: #FFF;
  border: solid #444 4px;
  width: 240px;
  padding: 1px;
  color: #224C88;
  font-size: 11px;
	position: absolute;
	display: none;
	
}

.dotMailerPopup form
{
  margin: 0px;
  padding: 0px;
}

.dotMailerPopup form .controls
{
  padding: 8px;
}

.dotMailerPopup form input
{
  border: solid #224C88 1px;
  width: 222px;
}

.dotMailerPopup .buttons
{
  padding: 4px 10px 0px 10px;
  text-align: center;
}

.dotMailerPopup .progress
{
  padding: 18px;
  display: none;
}

.dotMailerPopup .progress img
{
  float: left; 
  margin-right: 5px;
}

.dotMailerPopup .progress p
{
  font-size: 14px; 
  padding-top: 2px; 
  font-weight: bold;
  margin: 0px;
}

.dotMailerPopup .success
{
  display: none;
}

.dotMailerPopup .success p
{
  font-size: 12px; 
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}


