#backgroundPopup {
    z-index:999;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#444;
    top:0px;
    left:0px;
}
#toPopup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #7d384f;
  border-radius: 3px;
  color: #333;
  display: none;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 14px;
  left: 50%;
  margin-left: -402px;
  position: fixed;
  top: 20%;
  width: 800px;
  z-index: 9999;
}

#toPopup2 {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #7d384f;
  border-radius: 3px;
  color: #333;
  display: none;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 14px;
  left: 50%;
  margin-left: -402px;
  position: fixed;
  top: 20%;
  width: 800px;
  z-index: 9999;
}

#toPopup3 {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #7d384f;
  border-radius: 3px;
  color: #333;
  display: none;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 14px;
  left: 50%;
  margin-left: -402px;
  position: fixed;
  top: 20%;
  width: 800px;
  z-index: 9999;
}

#info {
  background: #fff none repeat scroll 0 0;
  border: 10px solid #7d384f;
  border-radius: 3px;
  color: #333;
  display: none;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 14px;
  left: 50%;
  margin-left: -402px;
  position: fixed;
  top: 20%;
  width: 800px;
  z-index: 9999;
}

div.loader {
  background: transparent url("heart.gif") no-repeat scroll 0 0;
  display: none;
  height: 70px;
  left: 47.5%;
  position: fixed;
  top: 40%;
  width: 70px;
  z-index: 9999;
}

div.close {
  background: transparent url("closebox.png") no-repeat scroll 0 0;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: -20px;
  top: -30px;
  width: 30px;
}
span.ecs_tooltip {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: none;
  font-size: 11px;
  height: 18px;
  opacity: 0.7;
  padding: 2px 4px;
  position: absolute;
  right: -58px;
  text-align: center;
  top: -55px;
  width: 100px;
}
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 {
  background: #92425d none repeat scroll 0 0;
  overflow-y:auto;
  color: #fff;
  height: 200px;
  padding: 15px;
  width: 100%;
}

#popup_content > p {
  font-size: 16px;
  margin: 0 auto;
  width: 100%;
}
#popup_content > p.memberShipP {
  float: left; position: absolute; margin: 0px auto; bottom: 30px;
}

#popup_content > a.memberShipBtn:hover {
  background:#efefef;
  color:#000;
}
.memberShipBtn > button:hover {
  background-color: #efefef !important;
  color: #92425D;
}

@media(max-width:767px){

	#toPopup {
	  background: #fff none repeat scroll 0 0;
	  border: 10px solid #7d384f;
	  border-radius: 3px;
	  color: #333;
	  display: none;
	  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	  font-size: 14px;
	  left: 7px;
	  margin: 0 auto;
	  position: fixed;
	  top: 20%;
	  width: 95%;
	  z-index: 9999;
	}
	
	.livebox.memberShipBtn {
	  float: left;
	  width: 90%;
	}

}