/* This code is developed using Rich Media's proprietary code library and may not be reproduced, altered, reverse engineered, or otherwise copied or distributed in whole or in part, without the express written permission of Rich Media.

Audited [ ** May-29-2012 **], [ ** TV **].*/

.video_background_blocker{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  opacity:.80;
  filter: alpha(opacity=80);
}
.video_background {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  padding: 16px;
  background-color: white;
  z-index:1002;
  overflow: auto;
}

#lbox_background
{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  opacity:.80;
  filter: alpha(opacity=80);
}
      
#lbox {
  position: absolute;  
  top: 25%;
  left: 25%;
  padding: 16px;
  background-color: white;
  z-index:1002;
  overflow: auto;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
