OMINOR.PricePromise = {
  
  close: function() {
    $('price_promise_form_container').setAttribute('style', '');
    $('price_promise_form_container').hide();
  },
  
  show_and_center : function(){
    func = OMINOR.show_and_center;
    func($('price_promise_form_container'), 'auto');
  }
  
}