
#popupMask
{
  position: absolute;
  z-index: 200;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50);
  background-color: transparent !important;
  background-color: #333333;
  background-image: url(images/sub-modal-mask.png) !important;
  background-image: none;
  background-repeat: repeat;
  display: none;
}

#popupContainer
{
  position: absolute;
  z-index: 201;
  top: 0px;
  left: 0px;
  display: none;
  padding: 0px;
}

#popupInner
{
  border: 2px solid #333333;
  background-color: #FFFFFF;
  padding: 5px;
}

#popupFrame
{
  margin: 10px 0;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 202;
}

#popupTitleBar
{
  background-color: #FFFFFF;
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  position: relative;
  z-index: 203;
}

#popupTitle
{
  float: left;
  font-size: 12px;
  color: #333333;
  font-weight: bold;
  /*border-bottom: 1px solid #333333;*/
  width: 90%;
}

#popupControls
{
  float: right;
  cursor: pointer;
  cursor: hand;
}

#popCloseBox
{
  background-image: url(images/close.gif);
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; 
}