/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:999999999;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup{
	display: none;
	left:0%;
	position: fixed;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	z-index:9999999999;
}

@media only screen and (max-width: 770px) {
#toPopup{width:98%; left:1%}	
}

div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 60%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("../img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom:0px;
    cursor: pointer;
    float: right;
    height: 30px;
    left:15px;
    position: relative;
    width: 30px;
    top: -15px;
}
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: 1;
    padding: 4px 3px 8px 5px;
    position: absolute;
    right: -25px;
    text-align: center;
    top: -35px;
    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: 4px;
    width: 1px;
}
div#popup_content {
    margin:0px;
}