/*
$Id: jquery.custom_expose.css,v 1.0 2010/05/11 13:08:27 stan Exp $
vim: set ts=2 sw=2 sts=2 et:
*/
 
#jquery-custom-overlay-center {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 500px;
}

#jquery-custom-overlay-right {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 500px;
}

#jquery-message-box, #jquery-message-box-content {
  position: absolute;
  width: 390px;
  height: 250px;
  display: none;
  background: url('../images/popupBG.png') no-repeat left top;
  z-index: 10000;
  top: 230px;
  left: 0;
}

