iframe.obp {
  border: 0;
  z-index: 2147483647;
  position: fixed;
  width: '<obpWidth>';
  height: '<obpHeight>';
  top: '<obpTop>';
  left: '<obpLeft>';
}
iframe.obp.obp-in-place {
  transition: '<obpTransition>';
}
iframe.obp.obp-center {
  top: '<obpCenterTop>';
  left: '<obpCenterLeft>';
  transition: '<obpTransition>';
}
iframe.obp.obp-maxsize {
  width: '<obpMaxWidth>';
  height: '<obpMaxHeight>';
  top: '<obpMaxTop>';
  left: '<obpMaxLeft>';
  transition: '<obpTransition>';
}
iframe.obp.obp-done {
  top: '<obpOverlyTop>';
  left: '<obpOverlyLeft>';
  width: '<obpOverlyWidth>';
  min-width: '<obpOverlyMinWidth>';
  height: '<obpOverlyHeight>';
  transition: none;
  position: '<obpOverlyPosition>';
}
