#backgroundPopup { 
	z-index:99999;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    background: none;
    display: none;
    left: 50%;
    margin-left: -370px;
    position: fixed;
    top: 20%;
    width: 756px;
    z-index: 999999;
}

div.loader {
    background: no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background:url(../images/subscriptionform/close-white.png) no-repeat scroll 0 0 transparent;
    position:absolute;
    cursor: pointer;
    height: 41px;
	width:41px;
    right:0;
	top:0;
	z-index:2;
}
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: -28px;
    text-align: center;
    top: 30px;
    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: 4px 7px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    background: none repeat 0 0 #E6E6E6;
    border: 1px solid #E6E6E6;
    border-radius: 3px 3px 3px 3px;
    color: #86D9F6;
	font-size: 14px;
    width: 550px;
	position:absolute;
	left: 190px;
	top:120px;
	z-index:1
}
div#popuplogo {
	width:200px;
	height:407px;
	background:url(../images/subscriptionform/phone.png) no-repeat transparent;
	position:absolute;
	left:0;
	top:0;
	z-index:2
}
div#popupheader {
	width:474px;
	height:14px;
	background:url(../images/subscriptionform/subscribe-header.png) no-repeat;
	margin: 33px 0 0 36px;
}
#popup_content #subemail {
	width:300px;
	height:48px;
	line-height:50px;
	font-size:17px;
	padding:0 20px;
	margin-right:-1px;
	border: 1px solid #000;
	float:left;
}

img#livebox {
	cursor:pointer;
	float:left;
}

