/* See for exceptions as well: ie6_exceptions.css */
/**************************************************/

.LB_popup {
  text-align: left; /* for IE, prohibits left top corner of being centered */
}
.LB_popup_top_left,
.LB_popup_top_right {
  background: url('../images/web/liquid_borders/LB_popup_hor.png');
  height:     15px;
}
.LB_popup_bottom_left,
.LB_popup_bottom_right {
  background: url('../images/web/liquid_borders/LB_popup_hor.png');
  height:     20px;
}
.LB_popup_top_left,
.LB_popup_bottom_left {
  margin-right: 20px;
  width:        20px;
}
.LB_popup_top_right {
  margin-left: 20px;
  margin-top: -15px;
}
.LB_popup_bottom_right {
  margin-left: 20px;
  margin-top: -20px;
}
.LB_popup_top_right,
.LB_popup_inside_right {background-position: right top;   }
.LB_popup_bottom_left  {background-position: left bottom; }
.LB_popup_bottom_right {background-position: right bottom;}
.LB_popup_inside {
  margin:           0 20px;
  background-color: white;
  padding:          10px;
  text-align:       center; /* for IE6: centers pane content */
  zoom:             1;
}
.LB_popup_inside_left,
.LB_popup_inside_right {
  background-image: url('../images/web/liquid_borders/LB_popup_ver.png');
  background-repeat: repeat-y;
}

/* CSS popups */
#popup_container {
  line-height:  0;
}

#csspopup_container {
  z-index:      999;
  position:     fixed;
  bottom:       0px;
  width:        100%;
  height:       100%;
  line-height:  1.3;
}

#csspopup_background {
  width:            100%;
  height:           100%;
  opacity:          0.5;
  -moz-opacity:     0.5;
  filter:           alpha(opacity = 50);
  background-color: black;
}

#csspopup_content {
  z-index:      1000;
  position:     absolute;
  top:          10%;
  left:         50%;
  width:        730px;
  margin-left: -365px;
}

/* centered spinner */
#csspopup_content #spinner {
  clear:        both;
  margin-left:  50%;
}

a#csspopup_close {
  float:      right;
  position:   relative;
  top:       -13px;
  left:       10px;
  width:      26px;
  height:     26px;
  background: url('../images/web/icons/close_popup.gif') no-repeat;
  cursor:     pointer;
}

a#csspopup_close:hover {
  background: url('../images/web/icons/close_popup_hover.gif') no-repeat;
}


