/* 
	author: istockphp.com
*/
qs
#backgroundPopup{ 
	z-index:1;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup, #toPopup1, #toPopup2, #toPopup3, #toPopup4,  #toPopup5, #toPopup6{
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left:-300px;
    position: fixed;
    top: 5%;
    width: 700px;
    height:100%;
     z-index: 999;
     overflow-y:scroll;
     overflow-x:hidden;
     
    }
    
    
  #toPopup img{
	
    margin-left: 0px !important;
    
     
    }  
    
    
    
    
    


div.loader {
    background: url("/clients-jquery/images/loading.gif") 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("/clients-jquery/images/closebox.png") no-repeat scroll 0 0 transparent;
    top: -3px;
    cursor: pointer;
    float: right;
    height: 30px;
    right: -2px;
    position:relative;
    z-index: 99999999999999999999;
    width: 30px;
}

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, div#popup_content1, div#popup_content2, div#popup_content3, div#popup_content4, div#popup_content5, div#popup_content6{
    margin: 4px 7px;
}

div#popup_content, div#popup_content1, div#popup_content2, div#popup_content3, div#popup_content4, div#popup_content5, div#popup_content6 img{
   margin: 0px 30px 0px 7px;
}
