
html, body, #overlay_container {

	height: 100%;

	width: 100%;
}

#overlay_container { 

  position: absolute;
  
	top: 0px;

	left: 0px;

	background: transparent Url(images/bg_sales_container.gif);

	z-index: 1000;

	text-align: left;

	margin: -10px;
	
	padding-bottom: 10px;
	
}
   
    #overlay1 {
      margin: 190px auto 0 auto;
      width: 576px;
      height: 231px;
      z-index: 101;
      background: #fff;
      border: 5px solid #999;
      position: relative;
    }
   
    
    #overlay1 img {
      margin: 0;
      display: block;
    }
    
    
    #overlay1 #learn_more { 
      padding: 0 2em;
    }
    
    
    #close_window_x { 
    
      position: absolute; 
      
      top: 0; 
      
      right: 5px; 
      
    }
    
.cancel-thanks #overlay1 {
  width: 512px;
  height: 214px;
}

.cancel-thanks #close_window_x {
  right: 0;
  width: 70px;
  height: 30px;
}

.cancel-thanks #close_window_x span {
  display: none;
}

.cursor, #learn_more  {color:#ffffff;}
