/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:999999999;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup, #toPopup02 {
    display: none;
    left:30%;
    position: fixed;
    top:250px;
    width:35%;
    z-index:9999999999;
}
@media only screen and (max-width: 770px) {
#toPopup, #toPopup02{width:98%; left:1%}	
}

/*@media only screen and (max-width: 1023px) {
#toPopup{left:23%; top:150px; width:45%;}	
}
@media only screen and (max-width: 899px) {
#toPopup{left:10%; top:130px; width:70%;}	
}
@media only screen and (max-width: 639px) {
#toPopup{left:2%; top:100px; width:94%;}	
}*/
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;
    cursor: pointer;
    float: right;
    position: relative;
	height: 30px;
    width: 30px;
	top: -11px;
	left:16px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius:2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 1;
    padding: 0px 3px 8px 5px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: -38px;
    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: 0px;
    width: 1px;
}
div#popup_content {
    margin:0px;
}