#overlay-wrapper {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: url('images/overlay.png') repeat 0 0;
  display: none;  
}

#overlay-panel {
    margin: 30px auto 0px auto;
	/*height:820px;*/
	height:769px;
	width:911px;
}

#btn-close-container {
	text-align:right;
	position:relative;
}

#btn-close-container img {
	position:relative;
	margin-bottom:-22px;
	margin-right:-8px;	
}




  #fdbkPod1 { background:#FFF; border:1px solid #CCC; width:640px; /*height:270px;*/ margin:0 auto 0 auto; display:none;}
    #btnClose {text-align:right; height:36px; margin:-18px -18px 0px 0px; }
    #fdbkPod2 { padding:30px; overflow:hidden;}
	  #fdbkPod2 .text { float:left; width:250px; text-align:left;}
	  #fdbkPod2 .text .headline { font-size:20px; color:#ab8422; display:block; padding-bottom:5px;}
	  #fdbkPod2 .btns { padding-left:35px; float:left; }
	  /*#fdbkPod2 .btns img { padding-bottom:5px;}*/
	  
	  #fdbkPod2 a.btnBlankLrg {font-size:14px; line-height:105%; color:#FFF; text-align:center; display:block; width:270px; background:#ab8422; border:1px solid #987621; text-decoration:none; margin-bottom:5px; padding:8px;}
	  #fdbkPod2 a.btnBlankLrg:hover {background:#b3995d;}