#backgroundPopup2,#backgroundPopup3 {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#toPopup2 {
  background-color: #fff;
  border-radius: 3px;
  color: #333333;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 14px;
  left: 10%;
  max-width: 100%;
  min-height: 100px;
  position: fixed;
  top: 300px;
  width: 80%;
  z-index: 99;
}


#toPopup3 {
  background-color: #fff;
  border-radius: 3px;
  color: #333333;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 14px;
  left: 28%;
  max-width: 486px;
  min-height: 100px;
  position: fixed;
  top: 300px;
  width: 80%;
  z-index: 99;
}


span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
  margin: 5px 0;
  padding: 10px 0;
}