﻿  
#parent_popup {
  background: transparent;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  position: fixed;  
  z-index: 100;
  top: 70%;  
  left: 0%;
}


#popup {
  background-color: transparent;
  height: 100%;
  position: relative; 
  margin: 0 auto;
  color: #000;
  width: 100%;
  border-radius: 4px;
  border-color: #ff4242;
  
}

/*

#lead_parent_popup {
  background: transparent;
  height: 50%;
  opacity: 0.9;
  position: fixed;
  width: 0%;
  z-index: 100;
  bottom: 0;
  left: 0;
}


#lead-popup {
  background-color: transparent;
  height: 50%;
  position: relative; 
  margin: 0 auto;
  color: #000;
  width: 50%;
  border-radius: 4px;
  border-color: #ff4242;
  
}

*/