  html, body {
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  #overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('overlay.png') repeat 0 0;
    display: none;
    text-align: center;
  }
  
  #overlay-panel {
    margin: 10% auto 0 auto;
  }
  
  #overlay-image {
    border:10px solid #ffffff;
  }
  
  * html #overlay {
    background-image: url('overlay-ie6.png');
    height: 100%;
    position: absolute;
  }
    
  #fdbkPod1 { background:#FFF; border:1px solid #CCC; width:640px; /*height:270px;*/ margin:0 auto 0 auto;}
    #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:#1e4d86; display:block; padding-bottom:5px;}
	  #fdbkPod2 .btns { padding-left:35px; float:left; }
	  /*#fdbkPod2 .btns img { padding-bottom:5px;}*/
	  
	  #fdbkPod2 a.btnBlankLrg {font-size:13px; line-height:105%; color:#FFF; text-align:center; display:block; width:270px; background:#003150; border:1px solid #021928; text-decoration:none; margin-bottom:5px; padding:8px;}
	  #fdbkPod2 a.btnBlankLrg:hover {background:#1d5070;}
