#fdbk_overlay {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 100000000;
  position: absolute;
}
#fdbk_screen {
  top:0;
  left:0;
  z-index:1;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.45;
  -moz-opacity: 0.45;
  filter:alpha(opacity=45);
}
#fdbk_container {
  width: 680px;
  height: 640px;
  margin: 0 auto;
  z-index:2;
  position:relative;
}
#fdbk_container iframe {
  width: 658px;
  height: 100%;
  margin: 20px;
  background: transparent url(fb_loading.png) no-repeat;
}
#fdbk_container iframe.loaded {
    background: transparent;
}
a#fdbk_tab {
  color: #FFF;
  height: 108px;
  width: 48px;
  top: 80%;
  left: 0;
  cursor:pointer;
  text-indent:-100000px;
  position: fixed;
  z-index: 100000;
  overflow:hidden;
  margin-left: -25px;
  background: transparent url(feedback.png) no-repeat;
  _position: absolute;
  _background: transparent;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='..images/feedback.png', sizingMethod='crop', zoom='1.0');
}
a#fdbk_tab:hover {
  margin-left: -6px;
}
a#fdbk_close {
  position: absolute;
  cursor:pointer;
  outline:none;
  top: 0;
  left: 0;
  z-index: 4;
  width:42px;
  height:42px;
  overflow:hidden;
  background-image: url(feedback-close.png);
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://s3.amazonaws.com/getsatisfaction.com/feedback/feedback-close.png', sizingMethod='crop');
}
#fdbk_close:hover {
  background-position: -42px 0;
}

